- From: Garth Hamilton <garthah@computan.on.ca>
- Date: Fri, 11 Nov 2005 21:20:23 -0500
- To: www-validator@w3.org
<script type="text/javascript">
<!-- hide from incomparible browsers
if (direction == "right") { // if statement to determine we
increment the pointer
++curHorse; // if moving to right then increment counter curHorse
}
else if (direction == "left") { // if statement to determine we
decrement the pointer
--curHorse; // if moving to right then decrement counter curHorse
}
// stop hiding from incompatible browsers -->
</script>
creates an error should it ?
regards
Garth
Received on Saturday, 12 November 2005 05:46:33 UTC