Forum Moderators: open
Hi,
I am trying to display current date in my pure html page. I know how to display in asp or jsp page where I can get the server variable to display. I know Javascript does it for html but I am bit confused. Any suggestion?
Many Thanks
Bravo
=========================
Try using this code where you want the time and date to appear: <SCRIPT>document.write(Date())</SCRIPT>
...woody