Is it possible to disable my submit button when my javascript timer has finished and has showed its end message.
This is my form
<form id="MakeBid" action="MakeBid.php" method="POST">
<input type="hidden" name="propertyID" value ="1"/>
<div>Bid Now <input type="text" name="pricesoldfor"/></div>
<input type="submit" value="Submit" />
</form>
The java script message will be Auction ended when the timer reaches a specific date.
Thanks