Mar 1, 2007 #1 mansii Programmer Oct 18, 2002 641 ID Framework 1.1 Code: 'Form_Load event AxWebBrowser1.Navigate("about:<p><a href='1&B12_11'>First Link</a></p>" & _ "<p><a href='1&B12_12'>Second Link</a></p>") Goal: Capture [blue]1&B12_11[/blue] or [blue]1&B12_12[/blue] when one is clicked. Any suggestions?
Framework 1.1 Code: 'Form_Load event AxWebBrowser1.Navigate("about:<p><a href='1&B12_11'>First Link</a></p>" & _ "<p><a href='1&B12_12'>Second Link</a></p>") Goal: Capture [blue]1&B12_11[/blue] or [blue]1&B12_12[/blue] when one is clicked. Any suggestions?
Mar 2, 2007 Thread starter #2 mansii Programmer Oct 18, 2002 641 ID Got it. The string is appended to the end of e.Url Thank's. Upvote 0 Downvote