|
Sheesh, i have the worst luck with document.write i mean i thought it was easy anyway here is the code why is this not being shown in the table???
<script language="javascript">
<!--
pickCell =('<table width="128" height="90" bgcolor="red" BORDER=0 CELLSPACING=1 CELLPADDING=1>');
pickCell +=('<td bgcolor="#E4E4E4" style="cursor:hand" width="33%" align="center" valign="top"><scr');
pickCell +=('ipt language="javascript" SRC="http://www.aquariusinc.com/ad_125125_2.js"></');
pickCell +=('script></font></td>');
pickCell +=('</td></tr></table>');
document.write(pickCell);
//-->
</script>
Thanks
|