S
Stephen Noronha
Hi all,
I have an input button
<input type="button" id="Button2" name="Button2" value="More"
onclick="openPage()">
this input button onclick opens another page.
this "More" button is for additional information only (say I have extra
notes), and if there is none available then it should not appear.
How can i make this button visible or invisible?
Thanks,
Stephen
I have an input button
<input type="button" id="Button2" name="Button2" value="More"
onclick="openPage()">
this input button onclick opens another page.
this "More" button is for additional information only (say I have extra
notes), and if there is none available then it should not appear.
How can i make this button visible or invisible?
Thanks,
Stephen