Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable Submit Button

Status
Not open for further replies.

fmrock

Programmer
Joined
Sep 5, 2006
Messages
510
Location
US
Is there a way to disable a submit button on a form after a certain date/time?

Or just make the a pop up saying that "Registation Closed
 
Sure. You are best advised to do this server-side (using something like PHP or ASP) since all other client-side (Javascript) solutions rely on the local computer time and are easily bypassed.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top