Results 1 to 2 of 2

Thread: Help Needed

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    11
    Hi.

    I need to load the contents of a file into a textarea with Javascript.

    The name of the Textarea is files.
    The file is located at cgi-bin/anti-leech/logs/files.txt.

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    you can't with client-side Javascript.

    The best you can do is probably a floating frame
    (IE4 or higher and NS6)

    Code:
    <iframe src=cgi-bin/anti-leech/logs/files.txt> </iframe>
    Mark
    -------------------

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