The alert() function is your most useful tool for debugging errant scripts.
For example:
alert("About to send the enter key");
alert("The value of x is " + x.toString());
alert("The customer number is " + objGlobal.CustomerNumber); The alert() function is your most useful tool for debugging errant scripts.
For example:
alert("About to send the enter key");
alert("The value of x is " + x.toString());
alert("The customer number is " + objGlobal.CustomerNumber); Copyright © 2004-2025 IDERA, Inc.