Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Re: Digest Number 1955   Message List  
Reply | Forward Message #10219 of 10267 |
> Instead of going to a URL in a <a href="URL"> tag in html webbrowser in
> delphi, i want to popup a form when clicking <a href> tag. guys pls
> help me on this :'C

Have a look at the event "OnBeforeNavigate2". This event is called
when the user click a link. You can check the URL and if it is the one
you want to react on, just cancel browsing (set Cancel to true) and
display your form.

Hope this help.



Tue Jul 22, 2008 9:36 pm

marccharbonn...
Online Now Online Now
Send Email Send Email

Forward
Message #10219 of 10267 |
Expand Messages Author Sort by Date

... Have a look at the event "OnBeforeNavigate2". This event is called when the user click a link. You can check the URL and if it is the one you want to react...
Marc Charbonneau
marccharbonn...
Online Now Send Email
Jul 27, 2008
2:37 pm

thanks for this one.. it helped me get on going :-) ... webbrowser in...
MARICOR MARAVILLA
marics_corner
Offline Send Email
Aug 7, 2008
7:45 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help