navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Jump Menu has Stopped Working!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Jump Menu has Stopped Working!
Page: [1]
 
littletiny45

 

Posts: 25
Joined: 6/3/2008
Status: offline

 
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

 

Posts: 6035
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
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.



_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to littletiny45)
littletiny45

 

Posts: 25
Joined: 6/3/2008
Status: offline

 
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>

< Message edited by littletiny45 -- 6/3/2008 12:33:47 >

(in reply to Tailslide)
jaybee

 

Posts: 14155
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to littletiny45)
littletiny45

 

Posts: 25
Joined: 6/3/2008
Status: offline

 
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.

(in reply to jaybee)
jaybee

 

Posts: 14155
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to littletiny45)
littletiny45

 

Posts: 25
Joined: 6/3/2008
Status: offline

 
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.:)


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

(in reply to jaybee)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Jump Menu has Stopped Working!
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts