
07-10-2007
|
| Senior Member
Join Date: Jun 2007
Posts: 1,413
BRL$: 4,217.66 Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 172 | | help with a drop down menu hey i have this code i am trying to get to work and i don't get why its not working so i am going to post it here and if someone who is smarter then me could come on and let me know why its not working and how i can fix it i would greatly appreciate it. if you have any questions let me know and i would be glad to answer them. thanks so much for your help.-------------------------------------------------------------Code:--------- Sysplex Quickcheck function showMe (it, box) { var vis = (box.checked) ? "block" : "none"; document.getElementById(it).style.display = vis; } show11(form) { if(form.Question11.value=="1") { showMe('div111', form) } if(form.Question11.value=="2") { showMe('div112', form) } if(form.Question11.value=="3") { showMe('div113', form) } } How many here you go's? 1 2 3 Here you go 1
Here you go 1 Here you go 2
Here you go 1 Here you go 2 Here you go 3
_uacct = "UA-139461-1";urchinTracker();--------- To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | | | |