surf
surf copied to clipboard
Question: Is it possible to support the JavaScript protocol scheme when "clicking" a link?
Hey Surf,
I was just wondering if it was possible to implement a way to be able to use the browser.Click(expression) to work with links such as:
<a id="some_link" title="CSV" href="javascript:__doPostBack('ctl00$some_link','')">CSV</a>
Thanks