ev5unleash Posted June 26, 2008 Share Posted June 26, 2008 Alright, the onmouseover function always works on Safari and Internet Explorer but not Firefox 3! Try mousing over the links and you'll see what I mean. When you mouse over the links on IE or Safari the page on the right changes to show more information about that link. On Firefox 3 it does not work. You get a "subwindow is not defined" in the Error Console. Obviously this is not the case seeing that it works in other browsers other than Firefox itself. Here is the code that I have for the links <p onmouseover="MM_goToURL('subwindow','/homepage/welcome.html');return document.MM_returnValue"><a href="/homepage/welcome.html" target="subwindow">Homepage & News</a></a></p> <p><a href="http://smartboardsolution.ev5unleash.com" target="_parent" onmouseover="MM_goToURL('subwindow','/homepage/smbs.html');return document.MM_returnValue">Smartboard Solution </a></p> <p><a href="http://cc.ev5unleash.com" target="_parent" onmouseover="MM_goToURL('subwindow','homepage/cc.html');return document.MM_returnValue">Charles Construction</a></p> <p><a href="http://globalwarming.ev5unleash.com" target="_parent" onmouseover="MM_goToURL('subwindow','homepage/globalwarming.html');return document.MM_returnValue">Global Warming</a></p> <p><a href="http://taes.ev5unleash.com" target="_parent" onmouseover="MM_goToURL('subwindow','/homepage/taes.html');return document.MM_returnValue">Tom and Evan Show</a></p> Look into the source of http://www.ev5unleash.com for the full page source code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.