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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.