PDA

View Full Version : How to disable the links to triple combo boxes???


dear_doris
10-14-2002, 03:05 AM
I am having a problem here. Refering to this site,
http://www.javascriptkit.com/script/script2/triplecombo.shtml
I have copy the coding to my web site. I have been trying to find a way to disable the links of the third combo box, but to no avail.

Can anyone please help mi?tks.

Doris

glenngv
10-14-2002, 08:58 AM
remove the onchange attribute in the 3rd select.

<select name="stage3" size="1" onChange="redirect2(this.options.selectedIndex)">