Date and time again Please!
Sorry I know people have talked about this on endless occasions here but I need a date script. I can only find the ones that change the date relative to when the document was changed. I need one that will change and show the current date. If you go to my under progress site at http://www.noggy.net/testsite you will see what I mean at the top right corner
Thanks
Vy
P.s To save me opening up another thread does anyone know how to make a link to a pop up window to a certain size? I want to create a little mini console for my site.
------------------
***********************
To spam or not to spam!
That is the question.
***********************
John Pollock posted this at 15:27 — 4th May 2000.
He has: 628 posts
Joined: Mar 1999
There were several suggestions here:
http://www.webmaster-forums.com/ubb/Forum3/HTML/000695.html
For the popup:
<SCRIPT>
<!--
function newwin(whereto)
{
window.open(whereto,'name','width=200,height=200');
}
//-->
</SCRIPT>
<A HREF="javascript:newwin('http://url');">Click</A>
[This message has been edited by John Pollock (edited 04 May 2000).]
Java Script: A Beginner's Guide
Page Resource
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.