Jump to content

Javascript error in Firefox 3 (Subwindow is not defined)


ev5unleash

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.