Forum Moderators: open

Message Too Old, No Replies

MM openBrwindow is not defined!

         

fiu88

3:36 am on Aug 29, 2006 (gmt 0)

10+ Year Member



Trying to figure out what would cause the js not to work

<TD><a href="javascript:;" onclick="MM_openBrWindow('http://www.#*$!X/corvette02l.htm','','width=450,height=400')">Burnout</a>,<a href="javascript:;" onclick="MM_openBrWindow('http://www.#*$!X/corvette02d.htm','','width=450,height=400')">Drift</a></TD>

This works on one page , but on another page nothing happens..I ran it through the FF Java aconsole and it comes back as MM_openBrwindow is not defined!

ANy help as to what might be preventingthe js from working...would be much appreciated....

fiu88

3:46 am on Aug 29, 2006 (gmt 0)

10+ Year Member



Search and ye shall find!

The page was missing
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
in the head!...