Hello,
I have simple silverlight application with xamWebHtmlViewer.
How can i invoke java script contained in loaded webpage into the xamWebHtmlViewer (ex. via Command).
Regards
Thank you for suggestion. SourceUri property works fine, but i need invoke some java script programmatically from code behind (c#). How can i achieved it?
Thanks in advance
Hello piwko,
This is just a follow up on the thread if you have any questions in regards to setting the SourceUri property of the xamHtmlViewer control.
Let me know if you have any questions with this matter. Thank you.
For the xamHtmlViewer you can use the SourceUri property. This would allow a web page to be loaded into the control that may contain JavaScript to be executed.