i need to know if its possible to write the value of a Javascript variable inside HTML tag ..and here's the line :
[CODE=javascript] var x=document.getE lementById('div 1').value;
formdiv.innerHT ML = formdiv.innerHT ML +'<td align=center> java script variable x</td>'[/CODE]
i need to write the value of this X between the tags and i tried thousands of solutions but none of them worked :(
[CODE=javascript] var x=document.getE lementById('div 1').value;
formdiv.innerHT ML = formdiv.innerHT ML +'<td align=center> java script variable x</td>'[/CODE]
i need to write the value of this X between the tags and i tried thousands of solutions but none of them worked :(
Comment