Remove the Body Onload EventHandler !!

M

maverick1611

Hi all,
is there a way to remove the javascript Onload event handler from
VB.net codebehind using some function like
page.RemoveOnloadEventHandler("page", "myfunctionname();")
please help ...
Thanks
 
R

Randy Webb

maverick1611 said the following on 7/17/2006 4:05 PM:
Hi all,
is there a way to remove the javascript Onload event handler from
VB.net codebehind using some function like
page.RemoveOnloadEventHandler("page", "myfunctionname();")
please help ...

Parse the document and remove the onload event handler.

Redefine the function in the event handler.

window.onload = null;

If you want a VB.net solution, you may try asking in a VB.net group
instead of a javascript group.
 

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

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top