Adding attribute to vody element

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hello.

How can I add some attribute to "body" of the form from the code?
P.S. I want to add "onLoad" event from code to execute some JavaScript
function.

Thank you.
 
What about hardcoding it on the aspx page? What do you need to change in
runtime?


Eliyahu
 
David said:
Hello.

How can I add some attribute to "body" of the form from the code?
P.S. I want to add "onLoad" event from code to execute some JavaScript
function.

Thank you.

If you want to execute some javascript on load of the page, you can
also use Page.RegisterStartupScript.


Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top