<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 GarthReceived on Saturday, 12 November 2005 05:46:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:57:20 GMT