PDA

View Full Version : will this js work?


chelvis
02-03-2003, 05:33 PM
I created a scrolling text and I created a table inside ilayer. I tested in IE 5.5 and its working. Will this work and the right way of doing it? here is the code below

<ilayer name="nscontainer" width=175 height=160 clip="0,0,175,160">
<layer name="nscontent" width=175 height=160 visibility=hidden>


<table border="0" cellspacing="0" cellpadding="0">
<!--INSERT CONTENT HERE-->
<tr><td valign="top"><input type="checkbox" name="1"><a CLASS="LgBlueLink" href="eiThesaurus_fullrecord.html">Latexes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="2"><a CLASS="LgBlueLink" href="#">Papermaking--Latex applications</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="2">&nbsp; &nbsp; &nbsp; <a CLASS="MedBlackText"><b>use: </b></a><a CLASS="LgBlueLink" href="#">Latexes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">Plastics--Latexes</a><br>
<tr><td valign="top"><input type="checkbox" name="2">&nbsp; &nbsp; &nbsp; <a CLASS="MedBlackText"><b>use: </b></a><a CLASS="LgBlueLink" href="#">Latexes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="4"><a CLASS="LgBlueLink" href="#">Plastics</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="5"><a CLASS="LgBlueLink" href="#">Colloids</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="6"><a CLASS="LgBlueLink" href="#">Elastomers</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="7"><a CLASS="LgBlueLink" href="#">Rubber</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="8"><a CLASS="LgBlueLink" href="#">Synthetic rubber</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="9"><a CLASS="LgBlueLink" href="#">light emitting diodes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">diode logic circuits</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">limited space charge accumulation </a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">photodiodes</a><br>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">plasmadiodes</a><br>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">shotky barrier diodes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">semiconductors diodes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">semiconductors lasers</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">tunnel diode amplifiers</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">tunnel diode oscillators</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">tunnel diodes</a></td></tr>
<tr><td valign="top"><input type="checkbox" name="3"><a CLASS="LgBlueLink" href="#">zener diodes</a></td></tr>
</table>
<!--END CONTENT-->

</layer>
</ilayer>

whammy
02-04-2003, 03:05 PM
Instead of asking, the best way to see if something works is usually to test it out yourself in as many browsers as you can. You can learn a lot that way!

I'd start with downloading Mozilla, Opera, Netscape 7.x (although that uses the Gecko engine as well), and NS 4.x (if you care about that, I wouldn't bother), and test your script in all of them first.

Borgtex
02-04-2003, 05:00 PM
Originally posted by whammy
Instead of asking, the best way to see if something works is usually to test it out yourself

lol :D