Full version: jsB@nk » Email » HDate
URL: https://www.javascriptbank.com/hdate.html
A script to insert a hidden value in a form with a time date stamp.
Full version: jsB@nk » Email » HDate
URL: https://www.javascriptbank.com/hdate.html
<FORM action="mailto:[email protected]?subject=Poppa's Book Sign in" encType=text/plain method=post name=PSterbook><B><FONT size=4>Your Name:</FONT><BR><INPUT name=name size=30><BR><BR><FONT size=4>Your E-Mail address:</FONT><BR><INPUT name=from size=30><BR><BR><BR><FONT size=4>Please tell me something. Thanks.</FONT><BR><TEXTAREA cols=40 name=fbody rows="5"></TEXTAREA></B> <P><FONT size=+3><B>Hope to see you soon!!!</B></FONT></P><B><SCRIPT language=JavaScript> <!-- Another small but powerful script by Ira --> <!-- Original Programmed by Ira Sterbakov - [email protected] 9/13/04 --> <!-- May be freely used and modified - email notification would be nice --> //put this script in the form section document.write("<input type='hidden' name='HDate' value='" + (new Date).toString() + "'>"); </SCRIPT><INPUT type=submit value="Get In Touch!"> <INPUT type=reset value=Reset></B> </FORM><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->