|
-
Dec 16th, 2004, 10:34 AM
#1
Thread Starter
Banned
check click webbrowser controll
how can i check if the user clicked a link in the webbrowser controll
-
Dec 16th, 2004, 11:13 AM
#2
Thread Starter
Banned
Re: check click webbrowser controll
-
Dec 16th, 2004, 12:00 PM
#3
Fanatic Member
Re: check click webbrowser controll
Depends on what you want to know. If it's a 'normal' navigational link you can use the WB's BeforeNavigate2 event. That event comes with parameters such as the URL and the target. If the link is not a navigational one, the BeforeNavigate2 event won't be triggered, or if you want more information than the parameters with the BeforeNavigate2 event provide, you can respond to the document's events itself (onclick, onblur, onmouseover etc.). Which one is it?
Author for Visual Basic Web Magazine
-
Dec 16th, 2004, 12:18 PM
#4
Thread Starter
Banned
Re: check click webbrowser controll
its because i want to check if its an popup. when the user clicks its not otherwise it is.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|