Javascript refresh and countdown work in IE, not Netscape
The code I am using:
in the :
<script language="JavaScript">
</script>
Call the javascript from the tag onLoad
Used in the body to display the countdown:
In IE, this works properly but in Netscape the countdown in not displayed. Any suggestions?
ROB posted this at 03:16 — 25th November 2004.
They have: 447 posts
Joined: Oct 1999
rather than:
seconds.innerHTML = x
try:
document.getElementById('seconds').innerHTML = x;
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.