![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: A select drop-down that appears/disappears according to previous selection.
From: pk <philip.kluss@gmail.com>
Date: Wed Aug 31 2005 - 00:10:16 CEST
Hmm, I wasn't very close at all. I'm still not getting it. My code
<SCRIPT type="text/javascript"> >
function able(dropdown)
document.getElementById("MMDiv").style.visibility="visible";
</SCRIPT>
<Form Name="myform">
<select name="Finish" onchange='able(this);'>
<DIV ID="MMDiv" style="visibility:hidden">
|