PDA

Click to See Complete Forum and Search --> : Help Needed


bombfunk
Mar 12th, 2001, 06:10 AM
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.

Mark Sreeves
Mar 12th, 2001, 06:33 AM
you can't with client-side Javascript.

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


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