iraychen / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Links in new tab. #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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 8 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