On Fri, Aug 20, 2004 at 09:05:13PM -0700, huy wrote:
Hello all, I would like to be able to click on a link and invoke a local executable. As you might already know, this is similar to the activeX IE or the shell model in mozilla. And this is for a quick and dirty demo, so security isn't an issue. Is there a way I can do this with dillo (short of modifying the source code). The HTML will be on the local machine too.
Sorry for the late answer, but this email arrived today to my INBOX. I don't know why. No there's no way to do it without modifying the source code. The good news is that this is easy. Just add an entry to the link's popup menu and hook your program there. If you need to get rid of the popup, remove the popup's hook and insert your program instead. HTH -- Cheers Jorge.-