I guess you could do something like:
<script>var currentTime = Date();</script>
<input type=hidden name=time>
<a href=#
onclick="document.getElementById("time").value=currentTime.getSeconds()">save</a>Probably much easier to the other way, though.

