|
-
Apr 17th, 2001, 07:37 PM
#1
Thread Starter
Fanatic Member
how would you manipulate text files over the internet in a circumstance like this one?
i have a page with check boxes and each one is assigned to a text file and based apon which boxes are checked i want to compile a new text file from them what would be the easiest way to do such a thing.
Regards,
E.P.
-
Apr 18th, 2001, 06:00 AM
#2
-
Apr 18th, 2001, 04:32 PM
#3
Thread Starter
Fanatic Member
either will work
i can use either of them but i would prefer asp but i know nothing about it. thanks in advance for any help you can provide.
-
Apr 20th, 2001, 05:35 AM
#4
Fanatic Member
ExtremePimpness
Sorry not to have got back to you, I was out at a customers office all day yesterday, I'll build an ASP sample and post it later................
-
Apr 20th, 2001, 05:41 AM
#5
Thread Starter
Fanatic Member
thank you i am looking forward to seeing it but i am also kinda busy right now i am working on a new modal of a program that me and alex read are working on and i will get back with you shortly but i want to thank you for all of the time and effort that you have put into the example for me. I know alot but it is spread out over so many languages that i only know alittle about any of them but i am getting very good with VB 
Thanx Again
E.P.
-
Apr 20th, 2001, 11:07 AM
#6
Fanatic Member
-
Apr 20th, 2001, 04:33 PM
#7
Thread Starter
Fanatic Member
thank you i will look it over over the weekend and thank you i will post back on monday
-
Apr 20th, 2001, 04:37 PM
#8
Thread Starter
Fanatic Member
how
As i am new to asp is there any way that you can give me detailed instructions on how to run it sorry that i am so unexperianced with asp but we all have to learn somtime
-
Apr 21st, 2001, 09:40 AM
#9
Fanatic Member
ExtremePimpness
Well, I see that you are using WimME, I don't know if this supports PWS? I know it is not on the CD!
If you have a PC with Win98, then load PWS, for WinNT or Win2000, then load IIS.
If using Visual Interdev
Load a new project and assign it to localhost. This will create a virtual folder under of C:\inetpub\wwwroot on your PC.
Load all the files (add files command on project explorer right-click menu) into the root of your project. Then select the Test.asp file and in the right-click menu set it as the start page. Then use F5 to run.
No Visual Interdev
If you dont have Visual Interdev then create a folder under the C:\inetpub\wwwroot folder, call it Testsite, and coy the files in here.
Open IE and type the following in the in the command line: http://localhost.testsite.test.asp
This should then allow you to run the sample.
I hope this allows you to get started!
-
Apr 21st, 2001, 10:00 PM
#10
Thread Starter
Fanatic Member
taht makes sence but it did not work it just brought up a blank screen. i used the second method
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|