Hi,
My seniors has developed a web application for internal use. It is displaying correctly on IE6 but not on other browsers and higher versions of IE. they are using "frame set" for displaying sidemenu. Problem is when i click on the sidemenu links it is not displaying the corresponding page.(working properly on IE6) by the by my doctype is
Hi, sorry for my late response. Here is the code
after login the page is guided to jsp page which has frameset
The problem is with "homemenu.jsp" there they have written a "base tag" as like this in the head part and the document type is xhtml
<base target="dynamic" />
and the remaining code in body tag is
This is working fine in all versions of IE but the side menu is not opening in chrome and firefox why?