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
BlobFisk
11:30 am on Jul 17, 2003 (gmt 0)
Do a google search for "javascript date"... a few good starts there!
txbakers
11:43 am on Jul 17, 2003 (gmt 0)
You can't do it n "pure HTML". HTML is only a markup language - it has no interaction with the user or the machine itself.
You need an active scripting language to do these things.
BravoTwoZero
12:08 pm on Jul 17, 2003 (gmt 0)
Thank you very much both for the reply. I have searched the net before and found that javascript does that.