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-2026 IDERA, Inc.