You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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);  

See Also

Strange behavior in scripts 

Object expected

  • No labels