Hello, I would like to save the value of a Javascript-variable into a Visual-Basic-variable. How do I do this?


Code:
WebBrowser.Navigate( "javascript: html = document.documentElement.outerHTML; alert(html);" )