Javascript refresh and countdown work in IE, not Netscape

They have: 1 posts

Joined: Nov 2004

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?

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.