clobba / 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

Open file #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Can i handle opening some document and redirect user, if document is bad? 
Exmaple. User try open in browser porno-page and goal do redirection to some 
other pager.

I try to use *_Navigating. I can set e.Cancel = true and diable loading page, 
but icannot write here Navigate (<GoodPage>.Url) because stackfault.

Can you help me write redicrect correctly?

PS Small bug: open file filter string hasnt "html" mask, both "htm"

Original issue reported on code.google.com by prubo...@gmail.com on 24 Feb 2012 at 9:21

GoogleCodeExporter commented 8 years ago
try not stopping the browser but immediately navigating to another url

Original comment by tsumalis96@gmail.com on 25 Feb 2012 at 5:10