![]() | back to <BUTTON TYPE="..."> |
<SCRIPT TYPE="text/javascript">
<!--
// SCRIPT FOR THE "TODAY" BUTTON
function today()
{
var now,rv;
now = new Date();
var rv =
now.getMonth() + "/" +
now.getDate() + "/" +
now.getYear();
return rv;
}
// -->
</SCRIPT>
This allows us to create a button which puts today's date in a form: