Skip to main content
Home Forums Silverlight Programming Programming with JavaScript Click html button from Silverlight plug-in in another iframe?
2 replies. Latest Post by Denis1900 on October 24, 2009.
(0)
Denis1900
Member
7 points
80 Posts
10-24-2009 6:22 PM |
Hello! In windows application there are WebBrowser and mshtml library, which provide the whole DOM functionality. Is there a way to get actual DOM tree of the current page from silverlight plug-in? Can i click html button from silverlight plug-in in another iframe (from another host)? Thanks a lot!
Sergey.L...
Contributor
7198 points
1,340 Posts
10-24-2009 7:04 PM |
Hi,
Of course, you can do all that things from Silverlight application. Look HTML Bridge: Interaction Between HTML and Managed Code
10-24-2009 9:49 PM |
Thanks!^)