D
DirkG
Hi,
I've been trying to add the results of the javascript (listed below) to a
single formfield.
The result of the javascript calculation has to be dumped into a comma
seperated file. Unfortunately I've been unable to add the javascript to the
formfield. What should I do?
<html>
<body>
<script type="text/javascript">
var d = new Date()
document.write(d.getHours())
document.write(":")
document.write(d.getMinutes())
</script>
</body>
</html>
Thanks in advance
Dirk
I've been trying to add the results of the javascript (listed below) to a
single formfield.
The result of the javascript calculation has to be dumped into a comma
seperated file. Unfortunately I've been unable to add the javascript to the
formfield. What should I do?
<html>
<body>
<script type="text/javascript">
var d = new Date()
document.write(d.getHours())
document.write(":")
document.write(d.getMinutes())
</script>
</body>
</html>
Thanks in advance
Dirk