I'm really frustrate, why view -> 'page source' doesn't show the
content of the actual seen html like it is in IE?

MY application is based on a servlet that dynamically generate html.
My HTML has the lines: <META HTTP-EQUIV="expires" Content="0">
               <META HTTP-EQUIV="Pragma" CONTENT="no-cache">

After doing 'view page source' there is a new GET request from the
browser to my servlet. In my servlet I handle each GET request as a
new connection to my application. So the source that is seen is the
source of the first screen.

Does anyone know how can I see the current HTML source page?

Reply via email to