|
Hello,
Well, I'm not javascript expert, but I played around with this and I don't believe it's the CSS, I think it's where you put the javascript in the HTML code - I used a date javascript within the html, and it worked fine within the code you provided. What I found was that I put the
<script language="JavaScript"> into the <head> section (altho I had all the javascript here and not in a .js file,
and in the body was the:
<script language="JavaScript">
document.write(doClock("W0",",%20","M0","%20","D0" ,",%20","Y0"));
</script>
Where it actually placed the date within your html document. Since you have the source file for the javascript code being called from html - wouldn't you still have to do a "document.write..." within the html page?
If I'm wrong, I'd certainly like to know the answer to this, too.
Just my 2 cents, but I may be wrong,
DianeD
|