<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Web browser beforenavigate2</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Web browser beforenavigate2]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:36:20 +0000</pubDate>
  <lastBuildDate>Mon, 13 Oct 2008 06:30:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=12249</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Web browser beforenavigate2 : Hi, Pierre , think you understand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41940&amp;title=web-browser-beforenavigate2#41940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12249<br /><strong>Posted:</strong> 13 October 2008 at 6:30am<br /><br />Hi,<DIV>Pierre , think you understand that our Webbrowser is just wrapper around standard control. </DIV><DIV>If Standard WebBrowser doesn't send BeforeNavigate&nbsp; for links with target=_blank we cant change it :( I sure WebBrowser from Microsoft ActiveX will work same.</DIV>]]>
   </description>
   <pubDate>Mon, 13 Oct 2008 06:30:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41940&amp;title=web-browser-beforenavigate2#41940</guid>
  </item> 
  <item>
   <title><![CDATA[Web browser beforenavigate2 : Yes this is sometimes a valid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41913&amp;title=web-browser-beforenavigate2#41913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1923">PPL1</a><br /><strong>Subject:</strong> 12249<br /><strong>Posted:</strong> 12 October 2008 at 5:19pm<br /><br /><P>Yes this is sometimes a valid solution. However consider this case:</P><UL><LI>You display a web page in your app. You can't control the content and,</LI><LI>When the use clicks on a link, you want to open it in the client's default browser (not IE)</LI></UL>]]>
   </description>
   <pubDate>Sun, 12 Oct 2008 17:19:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41913&amp;title=web-browser-beforenavigate2#41913</guid>
  </item> 
  <item>
   <title><![CDATA[Web browser beforenavigate2 : Hi, So don&amp;#039;t set target=_blank...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41650&amp;title=web-browser-beforenavigate2#41650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12249<br /><strong>Posted:</strong> 06 October 2008 at 2:31am<br /><br /><P>Hi,</P><DIV>So don't set target=_blank and catch BeforeNavigate event... </DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 02:31:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41650&amp;title=web-browser-beforenavigate2#41650</guid>
  </item> 
  <item>
   <title><![CDATA[Web browser beforenavigate2 : Bump... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41617&amp;title=web-browser-beforenavigate2#41617</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1923">PPL1</a><br /><strong>Subject:</strong> 12249<br /><strong>Posted:</strong> 03 October 2008 at 9:18am<br /><br />Bump...]]>
   </description>
   <pubDate>Fri, 03 Oct 2008 09:18:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41617&amp;title=web-browser-beforenavigate2#41617</guid>
  </item> 
  <item>
   <title><![CDATA[Web browser beforenavigate2 : I have a WebBrowser control with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41365&amp;title=web-browser-beforenavigate2#41365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1923">PPL1</a><br /><strong>Subject:</strong> 12249<br /><strong>Posted:</strong> 24 September 2008 at 4:39pm<br /><br />I have a WebBrowser control with some very simple html content (a few links). All links open up in a new window (target=_blank). <DIV>&nbsp;</DIV><DIV>I want the link to open with the user's default browser, not IE. To do this, I need to trap the hyperlink click event, cancel it and do a shellexecute.</DIV><DIV>&nbsp;</DIV><DIV>My problem is that&nbsp;beforenavigate2 event does not seem to be generated when the link target is _blank. This is&nbsp;expected since strickly speaking it isn't the control that is navigating, but a new browser window.</DIV><DIV>&nbsp;</DIV><DIV>I tried the NewWindow2 event, but it does not have the clicked URL (an object is passed but it is set to nothing) ...</DIV><DIV>&nbsp;</DIV><DIV>How can I trap the hyperlink click event when target=_blank ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Wed, 24 Sep 2008 16:39:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12249&amp;PID=41365&amp;title=web-browser-beforenavigate2#41365</guid>
  </item> 
 </channel>
</rss>