View Single Post
Old Jan 13th, 2008, 10:23 PM   #6
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,787
Rep Power: 5 Sane will become famous soon enough
Re: javascript web page reader and writer

You can do this using an asynchronous request with Javascript to the server, if the Javascript is provided by the same server that you want to make the request to. This process is known as "AJAX".

And I believe kruptof is correct in saying that there's no way to do it without help by the server (in this case, the "help" qualifies as a separate page that provides the Javascript).

If you did it with Java, it's a completely different story.
Sane is offline   Reply With Quote