Sunday, April 3, 2011

Changing the default time-out in IDE and RC

In IDE:

You go to the menu Option >> Option >> General Tab >> Second field on the form, change the value to the miliseconds of default time-out.

In RC:
open("http://www.google.com"); // Default timeout being used
setTimeout(new timeout val);
open("http://www.google.com"); // Now Specified timeout being used

No comments:

Post a Comment