thetroubleis
10-20-2005, 05:25 PM
this is probably a simple solution, but i am a designer not a programmer, so its easy for me to make mistakes. this script works great in IE , but in firefox and netscape, it opens a blank page with only the script on it. i have this script repeated throughout the page multiple times, drawing from different files, but it is the 1st one that appears. what am i missing from the tag?
<td width="49%" height="4" align="center" valign="middle" bgcolor="#F7F7F7">
<div align="center">
<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#777777">
<script type="text/javascript" src="times/newzealand.js"></script>
</font></div></td>
it is a simple script that simply displays the time in different time zones, but like i said, it freaks out on me in netscape and mozilla. can someone tell me what im doing wrong? thanks :)
<td width="49%" height="4" align="center" valign="middle" bgcolor="#F7F7F7">
<div align="center">
<font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#777777">
<script type="text/javascript" src="times/newzealand.js"></script>
</font></div></td>
it is a simple script that simply displays the time in different time zones, but like i said, it freaks out on me in netscape and mozilla. can someone tell me what im doing wrong? thanks :)