This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Page displaying in IE6 and older versions but not in Higher versions, chrome and firefox also. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Page displaying in IE6 and older versions but not in Higher versions, chrome and firefox also. " Watch "Page displaying in IE6 and older versions but not in Higher versions, chrome and firefox also. " New topic
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
    
    6
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
    
    6
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Page displaying in IE6 and older versions but not in Higher versions, chrome and firefox also.
 
Similar Threads
Error:The XML page cannot be displayed Cannot view XML input using style sheet
Problem rendering facelets templates
SAXParseException
Date and time picker Js file
Problem achieving masterpage functionality in JSF