essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Links in new tab. #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How can I get a url to open in new tab?

Original issue reported on code.google.com by biohazar...@gmail.com on 11 Aug 2012 at 3:42

GoogleCodeExporter commented 9 years ago
<webkitbrowser>.GetCurrentElement().GetAttribute("href") should give you the 
url if the current element is a link.

Original comment by tsumalis96@gmail.com on 6 Oct 2012 at 6:14