hi guys... i m stuck between the good old Netscape and IE problem...

i have prepared a sitemap that will put three frames to the browser whenever a
user clicks on any link. Each click will fire a JavaScript function, with
specific parameters.
that works very fine with IE, because the IE Javascript will overwrite the
previous page. in Netscape, however, the script will be executed, the display
will change, but the previous page is not overwritten(which can be seen in the
page sources of both after the script is executed).

So i would like to write a JSP page, which will submit the same parameters to
a Servlet or a JSP page. what i would like to know is that how do i write the
submit events and do i need seperate forms to keep the Java code short? a
sample of the code of the IE script can be found at
http://www.aiaengineering.com you can select the site map from the last menu.

do give me a sample code, cause i have something like 60 +  links to
handle...

Thanks in advance!!

Love Always,
Abhishek Shodhan.


____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to