I saved this stock ticker script as Stock.html. When I opened it with
IE 6.0.2 browser, The ticker shows but
the Title above it with the black background, and green border does not???
When opened with Netscape 7.0 browser, The ticker won't show at all, and the border isn't green, it's gray!!???
But the title shows he he....
When I use a script program called
HTML-Kit, you SEE IT ALL!!!!
Solution-Could I have problems with
my browsers, OR does the format need
to be changed somehow???
Feel Free to copy the below script, and SEE what your browsers tell you!
Please let me know if you have any problems or if it's fine in your browser.
<html>
<body>
<center>
<table border="3" bordercolor="#134c39" width="306" cellpadding="0" cellspacing="0">
<tr><td bgcolor="#000000" border="2" bordercolor="#134c39">
<font face="arial" size="4" color="#FFFFFF"><center><strong>Daily Stock Information</strong></center></font></center>
<center>
<applet code="au.com.sanford.web.QuoteTicker" codebase="http://www.sanford.com.au/Java/" archive="QuoteTicker.jar" width=300 height=20>
<param name="bgColor" value="FFFFFF">
<param name="textColor" value="000000">
<param name="codeFontSize" value="14">
<param name="detailsFontSize" value="12">
</applet>
</td>
</tr>
</table>
</body>
</html>
The KRYPTOR
