Forum Moderators: open
onclick="javascript:document.formname.GOTOPAGE.value = 'Page2#Addinfo';I am on "Page1", and this is supposed to take me to "Page2" and anchor at "Addinfo". This works fine in Mozilla Firefox and IE7, however, in IE6, there is a problem. "Page2" does not really load at all. In fact, the head nav bar of the page loads twice and then nothing beneath. I have tried quirks mode and this does not fix it. I suspect it is a timeout issue but in that case, I am not sure why the problem would be specific to ie6. Any direction would be much appreciated.
Thank you! (I just joined today so this is my first post but I will be sure to actively participate in this forum because it looks great)
Have your validated the html for page2? That's where I'd start, anyway.
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]
I really think that validation is not the problem here. If you think so, can you explain a little bit?
Whenever you are working with a display problem that appears in one browser and not another, coding errors can make it literally impossible to find a fix. Every browser has it's own dedicated form of error-correction, and whatever that is in each case is not going to be visible to you.
So I find it best to make sure the page is on a "completely level base" before I try to work with finding a cross-browser fix. This would also include validating the CSS [jigsaw.w3.org].