Jump menus and cross browser compatibility

This is a discussion on "Jump menus and cross browser compatibility" within the JavaScript Forum section. This forum, and the thread "Jump menus and cross browser compatibility are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 26th, 2008, 00:53
New Member
Join Date: Feb 2008
Location: rhode island
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question Need help with jump menus and cross browser, please help

hi guys, i appreciate any help.
im designing a game website, ill make this short
http://www.maxgamingservers.com/serverspy.html

---------------------------------------------

i have a jump menu at that address, what it does is when u select one of the game names, a javascript popup window comes into play with the associated link. if you look at that page and use the drop down menus in firefox, it works flawlessly. however when i look at it in IE, not a thing happens and i have gone nuts trying to figure out why.
could anyone please help me out, heres a sample of the code and you can also obviously see the whole thing in the view source.
Thanks in advance.

------------------------------------------------------------------

<td height="30" align="center" valign="middle"><form name="form" id="form"><div align="center">
<select name="jumpMenu" id="jumpMenu">
<option value="javascript:;" onclick="MM_openBrWindow('http://img.serverspy.net/images/monitor2/smon4.swf?mid=230736','Team Fortress 2','width=600,height=600')">Team Fortress 2</option>
<option value="javascript:;" onclick="MM_openBrWindow('http://img.serverspy.net/images/monitor2/smon4.swf?mid=230737','CSS Zombie','width=600,height=600')">CSS Zombie</option>
<option value="javascript:;" onclick="MM_openBrWindow('http://img.serverspy.net/images/monitor2/smon4.swf?mid=230738','CSS Gungame','width=600,height=600')">CSS Gungame</option>
<option value="javascript:;" onclick="MM_openBrWindow('http://img.serverspy.net/images/monitor2/smon4.swf?mid=230739','Unreal Tournament 99','width=600,height=600')">Unreal Tournament 99</option>
<option value="javascript:;" onclick="MM_openBrWindow('http://img.serverspy.net/images/monitor2/smon4.swf?mid=230740','BBz - Call of Duty 4','width=600,height=600')">BBz COD4</option>
<option value="javascript:;" onclick="MM_openBrWindow('http://img.serverspy.net/images/monitor2/smon4.swf?mid=230756','Max Gaming - Call of Duty 4','width=600,height=600')">Max COD4</option>
</select>
</div>
</form>
</td>

Last edited by severence; Feb 26th, 2008 at 19:17. Reason: clearer title
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser compatibility issues Craigj1303 Web Page Design 3 Feb 4th, 2008 09:28
PC browser compatibility aaronh Starting Out 2 Sep 21st, 2007 01:10
AOL Browser Compatibility hortondr Web Page Design 6 Apr 4th, 2007 22:25
Browser compatibility Alsilver Web Page Design 11 Oct 19th, 2006 20:18
Browser compatibility issue wombleUK Web Page Design 6 Sep 6th, 2006 13:58


All times are GMT. The time now is 19:28.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43