Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-08-2012, 10:40 PM   PM User | #1
nikinicole
New to the CF scene

 
Join Date: Feb 2012
Location: South Florida
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nikinicole is an unknown quantity at this point
Javascript to Show/hide drop down selections

Hi everyone,

I'm new here, I actually found this site by searching for the code I have a question for.

I'm trying to show/hide different drop down selectors, depending on what is chosen in another drop down selector. I modified a script (I found here: http://www.codingforums.com/showthread.php?t=98406) in a way that I thought would work, but its not. Can anyone help me with what I'm doing wrong?

Here is my page: http://www.leatherexpressonline.com/...er/testing.php

Here is my javascript: http://pastie.org/3344253

And my drop downs: http://pastie.org/3344258

Also, I don't want the drop downs (ids: grade1000color, grade1500color, grade2000color, grade2500color, grade3000color, grade5000color) to be shown when the page is first loaded. Only when the correct option is chosen on the drop down. So I'm guessing I should add a display:none style to those drop downs, then have them shown on the javascript?

Thanks so much for the help
nikinicole is offline   Reply With Quote
Old 02-09-2012, 12:52 AM   PM User | #2
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,437
Thanks: 52
Thanked 454 Times in 452 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
from what I can tell your first select box needs to have a function call in its onchange:
Code:
<select name="Grade" id="choosegrade" onchange="ChangeDropdowns(this.value)">
and yeah, the rest need style="display:hidden" or a similar css statement.

the link you provided doesn't work
xelawho is offline   Reply With Quote
Reply

Bookmarks

Tags
drop down, forms, javascript, option select

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:34 AM.


Advertisement
Log in to turn off these ads.