document.write("<table border=1>")
document.write("<tr>")
document.write("<td>") document.write("<input type ='text' name='hours'>") document.write("</td>") document.write("<td>") document.write("<input type ='text' name='minutes'>") document.write("</td>") document.write("<td>") document.write("<input type ='text' name='seconds'>") document.write("</td>") document.write("</TR>")
document.write("</Table>") //--> </script> <form> </body> </html>