J
James Cooke
I want to set body attributes programmatically, from the module file:
I can go into the .aspx file and say <body onload="myFunc()"> but I don't
want to.
Like you do with a textbox control:
txtCustomer.Attributes("onblur") = "myFunc()"
I would like to do the same with the <body> tag.
Any ideas?
Thanks
I can go into the .aspx file and say <body onload="myFunc()"> but I don't
want to.
Like you do with a textbox control:
txtCustomer.Attributes("onblur") = "myFunc()"
I would like to do the same with the <body> tag.
Any ideas?
Thanks