Jun 7, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 do you know if it is possible to read a line from a text file and write it in a web page?
Jun 7, 2001 #2 XMLidiot Programmer Joined Jan 27, 2001 Messages 22 Location US It is possible, but not in a client-side language (i.e. JavaScript). You need to use a server-side language for that, such as Perl of ASP. Upvote 0 Downvote
It is possible, but not in a client-side language (i.e. JavaScript). You need to use a server-side language for that, such as Perl of ASP.