Hello:
I have a page that displays two frames - left and a right. Users fill out values in the
left frame and click on submit. If there are any errors, a servlet displays them in the
right frame, if not I bring up a new page with Javascript like:
out.println("<SCRIPT LANGUAGE=\"JavaScript\">");
out.println("<!-- ");
out.println("{ top.main.location=\"http://xyz/blank.htm\" }");
out.println("//-->");
out.println("</SCRIPT>");
Now on this new page- blank.htm, if the user clicks the browsers back button, in IE5 it
displays it but almost instantly it comes back to blank.htm !! In Netscape it brings 
up the
two frames but I do not have my values in the left frame. I might be able to solve the
problem with Netscape by storing the values into sessions but in IE5, its not stopping 
in
the frames page. Any ideas on how to solve this? Appreciate it for any response.
Thanks,
J


__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to