Can any1 tell me how to do the following. In JavaScript I alsways used: window.onload = init; to execute a funtion on statup. How can I do this in VBscript? I've tried but not succesful so far....
Rick
Printable View
Can any1 tell me how to do the following. In JavaScript I alsways used: window.onload = init; to execute a funtion on statup. How can I do this in VBscript? I've tried but not succesful so far....
Rick
seems like I allready found it! It's sub Window_OnLoad()
[Lesson]Think and search before you ask[/Lesson]
Just put in your BODY tag:
onLoad="init"
It will do the same thing