I hope this is the correct place to post this.
My site, http://www.n17.com has a date/time display on the top right of the page.
It works great in IE but not in Mozilla or even Epiphany. Can someone help me out
with the fix? You can see the code in view/page source. If you need I can get you
a copy of the code.
It is written in Java.
Thanks for your help.
Jason
Display Date and Time on my Webpage
Moderator: General Moderators
Re: Display Date and Time on my Webpage
No, it written in JavaScriptjstorm13 wrote:It is written in Java.
Remove all if-blocks for Netscape from clock code. Also, make the inner code of "if-blocks" for MSIE unconditional - i.e. remove the "if".
Tested with FF2 and IE7
There are 10 types of people in this world, those who understand binary and those who don't
works great
Thanks,
did what you said and it works great now, thanks alot.
Jason
did what you said and it works great now, thanks alot.
Jason