A Conversation for Go Go Gadget, err, Gadget
GMT Clock...
Amy the Ant - High Manzanilla of the Church of the Stuffed Olive Posted Aug 13, 2000
Dear GOD
Here is the code for a GMT clock. Unfortunately it isn't very pretty and doesn't work with all versions of Netscape. It works with Internet Explorer though.
<!-- hide
var output = '<\/FORM><\/CENTER>';
document.write(output);
function showTheTime() {
var today = new Date();
var intro = "The time GMT is ";
var GMT = intro + today.toGMTString();
document.clock[0].value=GMT;
setTimeout("showTheTime()",1000);
}
showTheTime();
end hide -->
Amy the Ant
GMT Clock...
GOD Posted Aug 15, 2000
Greetings Amy !!!
Thanks for replying so promptly...
I've had a bit of trouble unfortunately trying to get it work...
Any other ideas ???
GMT Clock...
Amy the Ant - High Manzanilla of the Church of the Stuffed Olive Posted Aug 15, 2000
That's odd. It works on my page. Can you see the clock at the top of my page?
GMT Clock...
Matthew Kershaw Posted Aug 15, 2000
* Just passing on a message from GOD... *
No, your page comes up with a netscape alert & the page doesn't show it like when I tried it on another page...
M.K*
GMT Clock...
Amy the Ant - High Manzanilla of the Church of the Stuffed Olive Posted Aug 15, 2000
I did tell God A that I didn't think it worked in Netscape. It doesn't show up at all in my copy of Netscape but perhaps I have the Java alerts switched off. I'll stop being so lazy and make it work in Netscape too.
New improved code!
Amy the Ant - High Manzanilla of the Church of the Stuffed Olive Posted Aug 15, 2000
<!-- hide
var output = '<\/FORM><\/CENTER>';
document.write(output);
function showTheTime() {
var today = new Date();
var intro = "The time GMT is ";
var GMT = intro + today.toGMTString();
document.clock.box.value=GMT;
setTimeout("showTheTime()",1000);
}
showTheTime();
//end hide -->
New improved code!
Matthew Kershaw Posted Aug 15, 2000
Thanks !!!
I'll give it a try tommorrow...
Who knows MAD GERALD might even give you a big wet sloppy kiss in person !!!
M.K*
Key: Complain about this post
GMT Clock...
- 1: GOD (Aug 11, 2000)
- 2: Amy the Ant - High Manzanilla of the Church of the Stuffed Olive (Aug 13, 2000)
- 3: GOD (Aug 15, 2000)
- 4: Amy the Ant - High Manzanilla of the Church of the Stuffed Olive (Aug 15, 2000)
- 5: Matthew Kershaw (Aug 15, 2000)
- 6: Amy the Ant - High Manzanilla of the Church of the Stuffed Olive (Aug 15, 2000)
- 7: Amy the Ant - High Manzanilla of the Church of the Stuffed Olive (Aug 15, 2000)
- 8: Matthew Kershaw (Aug 15, 2000)
More Conversations for Go Go Gadget, err, Gadget
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."