| Author |
Page displaying in IE6 and older versions but not in Higher versions, chrome and firefox also.
|
mallikarjun dontamsetti
Ranch Hand
Joined: Mar 18, 2011
Posts: 233
|
|
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
is there any problem with this one please help me
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
And the code for the links that change the page are?
Eric
|
 |
mallikarjun dontamsetti
Ranch Hand
Joined: Mar 18, 2011
Posts: 233
|
|
|
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Not seeing the links in the menu that would load in the new frame, can you show just the portion of code that is relevant. I would expect to see foo
Does the menu js code produce the links?
Does that have code that targets the frame?
Eric
|
 |
mallikarjun dontamsetti
Ranch Hand
Joined: Mar 18, 2011
Posts: 233
|
|
|
Yes the menus are produced by JS files and we have frames in the application.
|
 |
mallikarjun dontamsetti
Ranch Hand
Joined: Mar 18, 2011
Posts: 233
|
|
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?
|
 |
mallikarjun dontamsetti
Ranch Hand
Joined: Mar 18, 2011
Posts: 233
|
|
|
I have found the solution the onclick event is "window.navigate" will work only for IE.
|
 |
 |
|
|
subject: Page displaying in IE6 and older versions but not in Higher versions, chrome and firefox also.
|
|
|