View Single Post
Old Jun 11th, 2005, 4:25 PM   #4
CrAzY_J
Newbie
 
Join Date: May 2005
Posts: 29
Rep Power: 0 CrAzY_J is on a distinguished road
Send a message via MSN to CrAzY_J
<script type='text/javascript'>
var na1=['string1','string2','string3','string4','string5'];
var na2=['int1','int2','int3','int4','int5'];

for(i=0;i<na1.length;i++){
var Ta=document.body.getElementById('table1');
Ta.insertRow(i).insertCell(0).innerHTML=na1+na2;
}
</script>


hmmm, cant figure out how to make 2 cells with the rows.
but i should be close

Last edited by CrAzY_J; Jun 11th, 2005 at 4:30 PM.
CrAzY_J is offline   Reply With Quote