Re: [PHP] PHP + COM (IE Button COM Server)

2007-05-03 Thread Richard Lynch
http://php.net/com But that's only going to work on the same machine where PHP is running -- It does NOT add buttons and whatnot to my browser if I surf to your website... I actually doubt that the Python one does either, if you run it server-side... On Wed, May 2, 2007 6:53 pm, Iqbal Naved wrot

Re: [PHP] PHP + COM (IE Button COM Server)

2007-05-02 Thread Richard Lynch
On Mon, April 30, 2007 1:46 pm, Iqbal Naved wrote: > Anybody has implemented a IE button COM server in PHP ? I have found a > python implementation for this in pywin32 package. My objective is to > add a > button in ie which will on click save the url in the address bar. I am > attatching the iebut