Quote:
Originally posted by sde
i could not get that to work.
|
yes, well thats no surprise...
Code:
<table border=1 cellspacing=0 cellpadding=0 width=<script>document.write(i);</script>% bgcolor=blue>
is not valid
try:
Code:
<table id="table1" border="1" othercrap="etc" width="10%">
</table>
<script language="javascript">
table1.width = "500%";
</script>
but it is not clear what you are trying to achieve.
i suggest you read:
http://www.w3schools.com tutorials
on javascript before you do any more
