Hello, how can I hide a button after it is clicked and then unhide it the 1st of each month? The button is a standard form button like below. Thanks in advance!
Code:
<FORM>
<INPUT TYPE="BUTTON" VALUE="Random Drawing" ONCLICK="window.location.href='../cssopt/random.asp'">
</FORM>