<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 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:54 UTC