What would be the proper syntax for this particular tag to validate as HTML 4.01/STRICT:
<form action="" name="webcam" >
The w3 validator barks over the last portion of the form code where it shows: 'name="webcam"' The name tag is essential for this particular javascript snippet:
document.form1.clock.value = x;
Any suggestions?




Bookmarks