Click to See Complete Forum and Search --> : Can u read a number from a text file using JavaScript?


TheIceman5
August 14th, 2002, 07:01 PM
I want to be able to read a text file and wreite to a text file that resides on a server that contains only 1 number. Is this possible with javascript or VBscript or do i have to write a cgi script?

blueday54555
August 15th, 2002, 02:28 AM
JavaScript and VBScript are used only for client side stuff
(detecting Browser/Resolution/Redirection/........................)
If you want to read out fom a textfile which is on a server
you have to use cgi or PHP/ASP !

TheIceman5
August 15th, 2002, 05:00 AM
ok cool, thanks.