![]() |
|
|
+ Search |
![]()
|
Jul 21st, 2002 14:02
Adrian Simpson, manish kumar,
Well I guess you know how to trigger your code. the code you need is
quite simple. If the button was called say magicB and was in a form
called Form. you would call the command
document.forms.form.magicB.style.addRule('visibility', 'hidden');
You may need a style attribute in the button tag to begin with but I
don't think so. The opposite of hidden would be visible.
hope this helps
Adrian