faqts : Computers : Programming : Languages : JavaScript : Forms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

Once a FORM has been submitted to a server is there a way of intercepting the servers HTML output?

May 3rd, 2002 15:30
Mark Paschal, Gareth Hill,


Yes, standard packet sniffers will be able to see the HTTP response as
it wends its way back to the client.
If you mean with JavaScript, no, you should have JavaScript in the page
sent as a response that runs once the page loads and modifies it using
the standard DOM methods.