Results 1 to 10 of 10

Thread: combining and manipulating text files based on a user selection

  1. #1

    Thread Starter
    Fanatic Member ExtremePimpness's Avatar
    Join Date
    Jan 2001
    Location
    Indianapolis, Indana - USA
    Posts
    550
    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.

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Question Client or Server ?

    What exactly is the requirement?

    On the client using DHTML, or at the Server using ASP?

    If locally, then you will need to download the text files to the client first. On the server, then you would have to submit your request, then the new text would be delivered to the browser.

    Let me know and I'll see if I can help with a sample.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  3. #3

    Thread Starter
    Fanatic Member ExtremePimpness's Avatar
    Join Date
    Jan 2001
    Location
    Indianapolis, Indana - USA
    Posts
    550

    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.

  4. #4
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    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................

    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  5. #5

    Thread Starter
    Fanatic Member ExtremePimpness's Avatar
    Join Date
    Jan 2001
    Location
    Indianapolis, Indana - USA
    Posts
    550
    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.

  6. #6
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Thumbs up

    Here is a quick sample,........ If you still need one in ASP!
    Put all the files in the same folder in IIS or PWS and run Test.ASP

    Attached Files Attached Files
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  7. #7

    Thread Starter
    Fanatic Member ExtremePimpness's Avatar
    Join Date
    Jan 2001
    Location
    Indianapolis, Indana - USA
    Posts
    550
    thank you i will look it over over the weekend and thank you i will post back on monday

  8. #8

    Thread Starter
    Fanatic Member ExtremePimpness's Avatar
    Join Date
    Jan 2001
    Location
    Indianapolis, Indana - USA
    Posts
    550

    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

  9. #9
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    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!
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  10. #10

    Thread Starter
    Fanatic Member ExtremePimpness's Avatar
    Join Date
    Jan 2001
    Location
    Indianapolis, Indana - USA
    Posts
    550
    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
  •  



Click Here to Expand Forum to Full Width