A follow up to my last posting:<br>
<br>
I notice that for Mozilla <br>
<sript src="..." /> does not work as expected. It seems that the "/>" is not being interpreted as a close element. <br>
<br>
You should instead use<br>
<script src="..."><br>
</script><br>
<br>
Joe.<br>
<br>