J
|
Jane 4/14/2011 |
Hi, var ctrlFirstName = Runner.getControl(pageid, 'FirstName');
|
G
|
gdmacdo author 4/14/2011 |
Thank you very much. Works perfectly! Hi, you can use JavaScript onload event on the Eventstab to generated this value on the fly. Here is a sample: var ctrlFirstName = Runner.getControl(pageid, 'FirstName');
|
J
|
jade30 4/18/2011 |
Perhaps something in the Javascript onload Event jade? Any help would be appreciated. |