Reminder to myself
- Silverlight - How to use managed code to manipulate HTML DOM?
- How to interact with the DOM of the hosting page from Silverlight?
- How to interact with the DOM of the hosting page from Silverlight?
- Silverlight – How to call a JavaScript from Silverlight
- How to open a new browser window in code?
- What about "htmlWindow.invoke" print from Silverlight?
- Browser – How to call a Silverlight function?
- How to tell the Silverlight control to show next customer details from the HTML page?
All this is part of the Html bridge API of Silverlight, that allows talking to the browser
http://msdn.microsoft.com/en-us/library/cc645076(VS.95).aspx

