hi, I'm trying to load cell values from a table, to a form in Javascript.... I can caught the cell values but I can't load them to a form....
this is how I caught the cell values:
<td id='cellText' >writing the text </td>
<script>
alert(document.getElementById('cellText').innerHTML);
</script>
Thank everyone.....