Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Is there an Action or a Dispatch handler for TWebBrowser?
| Subject: | Re: Is there an Action or a Dispatch handler for TWebBrowser? |
| Posted by: | "Frank Burleigh" (burlei..@indiana.edu) |
| Date: | Fri, 30 Jun 2006 22:36:05 |
Remy Lebeau (TeamB) wrote:
> "Frank Burleigh" <burleigh@indiana.edu> wrote in message
> news:44a437b3$1@newsgroups.borland.com...
>
>> I feel certain I saw something lately at blogs.borland.com about an
>> "action" or "dispatch" sort of handler for either protocols or URLs
>> that you'd probably use in conjunction with twebbrowser.
>
> Have a look at the "a custome mime type question" discussion in this same
> newsgroup a week ago.
Thanks Remy. *Maybe* the pluggable protocol handler is an approach.
But let me be sure I've been thorough in my presentation:
My app will *include* an TWebBrowser; I will generate the HTML for it in
streams. Included in that HTML I will make a "scheme" or "protocol" of
my own that I want to intercept when clicked. In other words, I will do
big chunks of my user interface in HTML inside my application, and that
application will "capture" the clicks, then decode the URL to know what
to do.
I feel certain this blog post a saw within the last month had a direct
approach to this, but I'm afraid I failed to bookmark it, so I can't
even remember the words in it to search. :-(
Thanks for the pointer to the other thread through; the APP may have
some use here.