|
-
Feb 23rd, 2001, 06:29 AM
#1
Thread Starter
New Member
I'm using a browser control in my application and I was wondering the following:
When I display a html page in the control, is it possible to track when the user clicks on
a link (a href="...") and then take action according to the link he clicked. For example when
a user clicks "more info" in the html page, the application would pop up a new form that
displays the info (while the actual link in the html would just refer back to the same page.
-
Feb 23rd, 2001, 06:43 AM
#2
Lively Member
Hai,
I Think it's enough for your queries.
Webbrowser1.navigate moreinfo
(webbrowser1.navigate "www.vb-world.net")
Any doubt. Send us more info.
Thanx
-
Feb 23rd, 2001, 06:45 AM
#3
Fanatic Member
?????????
Are you asking for the soloution in DHTML (VBscript or JScript) or VB?
-
Feb 23rd, 2001, 07:02 AM
#4
Thread Starter
New Member
more...
Actually, I was figuring out a way to tell my application what link the user clicked in the webpage displayed by the webbrowser object. So that if I have links 1, 2, and 3, the application would pop up Form1 when the user clicks on link 1 and so on. In html the link would just lead back to the same page the links are on but somehow I need to relay the information of the link clicked to the application.
-
Feb 23rd, 2001, 07:08 AM
#5
Thread Starter
New Member
Solution found
Thank you for your time, I just found a solution to my problem. 
Gee, my first appearance on the boards and I registered last year....Whew
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
|