G
Guest
Hi all
I know that I can use the following code to add some script-code to a button
button.Attributes("onclick") = myscript
I like to do the same for the page itself as ("onload") = "myjavascriptfunction();
Which element do I need to use? me.Attributes("onload") is not possible
Thanks a lo
Joy
I know that I can use the following code to add some script-code to a button
button.Attributes("onclick") = myscript
I like to do the same for the page itself as ("onload") = "myjavascriptfunction();
Which element do I need to use? me.Attributes("onload") is not possible
Thanks a lo
Joy