scripts in a table

admin

Administrator
Staff member
I am trying to get a menu made from Javascript to appear in a table. However the code isn't showing in the table. It is referring to a script run outside the main page. The code is below.

<table border="1"><tr><td align="left">&nbsp;
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='http://www.webdeveloper.com/forum/archive/index.php/exmplmenu_var1.js'></script>
<script type='text/javascript' src='http://www.webdeveloper.com/forum/archive/index.php/menu_com.js'></script>
<noscript>Your browser does not support script</noscript>
</td><td align="right"><img src=http://www.webdeveloper.com/forum/archive/index.php/"images/schools1.gif" width="72" height="462" alt="" border="0"></td>

</tr>

</table>


Any help would be greatly appreciated!!
 
Back
Top