I have a .NET application that hosts a web browser
control. I load the document body with a web page using
the following line of code:
Body.innerHTML = content;
Easy enough, but how can I fire events that are scripted
into the web page? For instance, if there is an 'OnLoad'
event - how can I make it fire so that dynamic changes
that are supposed to occur actually happen? Thanks in
advance!
Everett
control. I load the document body with a web page using
the following line of code:
Body.innerHTML = content;
Easy enough, but how can I fire events that are scripted
into the web page? For instance, if there is an 'OnLoad'
event - how can I make it fire so that dynamic changes
that are supposed to occur actually happen? Thanks in
advance!
Everett