Posted by SONY_JP on 10/02/05 17:47
Bill Burke wrote:
>Hello,
>
>Is there a way to make an input button visable/invisable based on the value
of a
>variable? Or any other method? How?
>
<form>
<input id="invis" type=button value="Camouflage"
onmouseout="this.form.invis.style.display='none'">
</form>
--
SONY, JP
[Back to original message]
|