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 wrote: > Hi Richard, > > Thanks for replying. But, I the thing is, my intention is not > server-side > scripting, but to use php as a regular programming language to > implement > this task (just as the demo did for python). for example > > we can use > > $ie = new COM("InternetExplorer.Application"); > > to call the ie com interfaces, such as Visible, Navigate etc. Also. we > can > use WSH scripting capabilities too. Check out, > > http://www.hudzilla.org/phpbook/read.php/14_0_0 > > for some info on this. My guess is that if they can do it on Python, > so can > we on PHP :). > > Thanks again for replying, > > -Naved > > On 5/3/07, Richard Lynch <ceo@xxxxxxxxx> wrote: >> >> 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 iebutton.py with this mail. Also, this is a link in >> > msdn >> > instructing add toolbar buttons: >> > >> > http://msdn2.microsoft.com/en-us/library/aa753588.aspx >> > >> > Any code snippet will be extremely useful. >> >> What you want to do is something that happens on the CLIENT, the >> browser. >> >> PHP runs on the server. >> >> By the time the user is clicking on your button, there is NO php >> involved. >> >> Look into JavaScript or ActiveX or something. >> >> php ain't gonna do what you want. >> >> -- >> Some people have a "gift" link here. >> Know what I want? >> I want you to buy a CD from some indie artist. >> http://cdbaby.com/browse/from/lynch >> Yeah, I get a buck. So? >> >> > -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php