can any one tell how please
here is the code with out a text box which is working
Code:
<html> <head> <script type="text/javascript"> function cell() { var x=document.getElementById('myTable').rows[0].cells; alert(x[0].innerHTML); } </script> </head>