Hi irudyk
Thanks for your reply,
Yes, that worked, the event was triggered, which is a step ahead in the right direction.
But it only displays the url, where as I want it to do something else,
for example, I want to pass this value: 1234
so how can the event capture this value?
or how can we add this value to the url, then capture it from the url?
jaffer
Main Topics
Browse All Topics





by: irudykPosted on 2009-02-04 at 13:34:05ID: 23553806
Try adding the following code attached to the webbrowser object (I presumed it is the MS WebBrowseron the form.
Change WebBrowser0
to whatever the name of your webbrowser control is
Change TextBox1
to whatever the name of the textbox control is
Select allOpen in new window