global variable(s)


  
see student-wave-nm1-index.htm
var no = 0; var xPos = 0; var yPos = 0; function send() { no++; alert(" " + no + ":" + xPos + "/" + yPos); } </script>