Jump Menu has Stopped Working! (Full Version)

All Forums >> [Web Development] >> General Web Development



Message


littletiny45 -> Jump Menu has Stopped Working! (6/3/2008 9:46:28)

I'm having an issue with my jump menu. It works on my local machine but doesn't work on the server side. Please take a look & let me know if you can figure out the issue.

http://www.northtexasboxing.com/archives.html

It's driving me crazy trying to figure out the issue.




Tailslide -> RE: Jump Menu has Stopped Working! (6/3/2008 11:27:01)

Difficult to help as you've got a noclick script and all the code on a single line.





littletiny45 -> RE: Jump Menu has Stopped Working! (6/3/2008 11:37:56)

That's another issue I'm having my code is formatted correctly when I use Dreamweaver but loses it's layout if I view it with another program? This is the only site I have that issue with. This site's driving me nuts!

Here's the code for the jump menus:

<table class="smaller" cellpadding="2" cellspacing="2" border="3">
<tr>
<td width="296"><strong>Ex Alba</strong><br />Articles
<form name="form1" id="form1">
<select name="jumpMenu1" id="jumpMenu1" onchange="MM_jumpMenu('parent',this,0)">
<option selected="selected" value="archives.html">Select an Article</option>
<option value="articles/ex/weights.html">FightNight 2008 Weights</option>
<option value="articles/ex/fight08.html">FightNight 2008</option>
<option value="articles/ex/marchp4p.html">Mar./Apr. 08 Pound for Pound</option>
<option value="articles/ex/winghouse.html">NTB & Ker‘s Winghouse</option>
<option value="articles/ex/finals.html">2008 State Golden Gloves Finals</option>
<option value="articles/ex/gloves.html">Friday Night’s 2008 State Gloves</option>
<option value="where.html">Micahel Montoya</option>
<option value="#amateurboxing">Amateur Boxing in North Texas</option>
<option value="articles/jesse/hernandez.html">Hernandez Brothers</option>
<option value="articles/ex/pound.html">Pound for Pound Explained</option>
<option value="#we">We Are North Texas Boxing</option>
</select>
</form> </td>
<td width="296"><strong>Sean A. Malone</strong><br />Articles
<form name="form2" id="form2">
<select name="jumpMenu2" id="jumpMenu2" onchange="MM_jumpMenu('parent',this,0)">
<option selected="selected" value="archives.html">Select an Article</option>
<option value="articles/malone/saturday.html">Saturday Night Fight Results</option>
<option value="articles/malone/gina.html">Dallas’ Gina “Crush” Carano</option>
<option value="articles/malone/results.html">Boxing After Dark Results from May 15</option>
<option value="amateurs.html#bad">North Texas Notebook: Boxing After Dark</option>
<option value="articles/malone/galvan.html">Galvan’s Promotions-Changing the Face of Boxing</option>
<option value="articles/malone/cici.html">CiCi’s Pizza Serves Up a Slice of Boxing</option>
<option value="articles/malone/deas.html">Johnny Deas Sets the Record Straight</option>
<option value="articles/malone/slugfest.html">Texas Slugfest III</option>
<option value="articles/malone/vanessa.html">Vanessa Juarez DFW’s Darling</option>
<option value="articles/malone/reyes.html">Antonio Reyes</option>
<option value="articles/malone/tie.html">Ker’s the Tie that Binds</option>
<option value="articles/malone/gaytan.html">Joby Gaytan</option>
</select>
</form> </td>
</tr>

<tr>

<td width="296"><strong>Sean Reed</strong><br />Articles
<form name="form3" id="form3">
<select name="jumpMenu3" id="jumpMenu3" onchange="MM_jumpMenu('parent',this,0)">
<option selected="selected" value="archives.html">Select an Article</option>
<option value="articles/reed/james.html">Derrick James: Boxer/Promoter</option>
<option value="articles/reed/orozco.html">JOSE OROZCO</option>
<option value="articles/reed/star.html">STAR T.R.E.C.-2008 (FightNight 2008)</option>
<option value="articles/reed/metroplex.html">Galvanizing the Metroplex</option>
<option value="articles/reed/champs.html">Home of Champions</option>
<option value="articles/reed/yanez.html">Luis Yanez DFW‘s Finest</option>
<option value="articles/reed/festivities.html">Ker’s Fight Night Festivities</option>
</select>
</form> </td>

<td width="296"><strong>Cas Trevino</strong><br />Articles
<form name="form4" id="form4">
<select name="jumpMenu4" id="jumpMenu4" onchange="MM_jumpMenu('parent',this,0)">
<option selected="selected" value="archives.html">Select an Article</option>
<option value="spanish.html#hernandezsp">Boxeo Hernández</option>
<option value="spanish.html#poundsp">Las Clasificaciones Libra por Libra</option>
<option value="spanish.html#txsp">Somos North Texas Boxing</option>
</select>
</form></td>
</tr>

<tr>

<td width="296" valign="top"><strong>Angel C. Alba</strong><br />Articles
<form name="form5" id="form5">
<select name="jumpMenu5" id="jumpMenu5" onchange="MM_jumpMenu('parent',this,0)">
<option value="archives.html" selected="selected">Select an Article</option>
<option value="articles/angel/zuhdi.html">Undercard Zuhdi Steals the Spotlight</option>
</select>
</form> </td>

<td><strong>Ricky Sanchez</strong><br />Articles
<form name="form6" id="form6">
<select name="jumpMenu6" id="jumpMenu6" onchange="MM_jumpMenu('parent',this,0)">
<option value="archives.html" selected="selected">Select an Article</option>
<option value="articles/rsanchez/results.html">Boxing After Dark Results for May 22</option>
<option value="amateurs.html#dark">Boxing After Dark</option>
</select>
</form></td>
</tr>

<tr>
<td><strong>Cyndi Sanchez</strong><br />Articles
<form name="form7" id="form7">
<select name="jumpMenu7" id="jumpMenu7" onchange="MM_jumpMenu('parent',this,0)">
<option value="archives.html" selected="selected">Select an Article</option>
<option value="articles/sanchez/usba.html">Local USBA Team Wins JO</option>
<option value="articles/sanchez/premier.html">Premier Boxing Club Coaches on Stage</option>
</select>
</form></td>

<td><strong>Jeff Zimmerman</strong><br />Articles
<form name="form8" id="form8">
<select name="jumpMenu8" id="jumpMenu8" onchange="MM_jumpMenu('parent',this,0)">
<option value="archives.html" selected="selected">Select an Article</option>
<option value="articles/zimmerman/james.html">Fighter James Knocks the Smile off of Verdin</option>
<option value="articles/zimmerman/robstown.html">A Rumble in Robstown</option>
<option value="articles/zimmerman/steele.html">Richard Steele’s Robstown, TX Promotion</option>
</select>
</form> </td>
</tr>
</table>




jaybee -> RE: Jump Menu has Stopped Working! (6/3/2008 16:04:12)

Well for starters you're using an XHTML Doctype and the code is nowhere near XHTML. That may be having a knock on effect and I'd start by changing to an HTML 4 Transitional.

Is this a new feature? Has it ever worked? If so, what have you changed?

You have a heck of a lot of scripts running on that page. My second suspect would be a conflict between the jump menu and one of the other scripts.




littletiny45 -> RE: Jump Menu has Stopped Working! (6/3/2008 16:27:50)

It was working fine until I put my js files in an external file. After that it stopped working. The strange part is it works on my local machine but once I put it out there on the server it doesn't work.




jaybee -> RE: Jump Menu has Stopped Working! (6/4/2008 2:35:01)

Then put the js back. Make sure everything works. Then externalise one by one until you find the culprit.




littletiny45 -> RE: Jump Menu has Stopped Working! (6/5/2008 9:31:09)

I FIGURED IT OUT!!

I changed the onchange="MM_jumpMenu('parent',this,0)" to

onchange="document.location.href=this.options[this.selectedIndex].value;"

Works like a charm now.[:D]


Now if I could only figure out why my code won't keep it's form outside of Dreamweaver? [:o]




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.445313E-02