Commanding a PHP/Java script from an ActiveX control
-
Hello ! My problem is many-faceted, but simple.. I have a page that is running a PHP script, and this script has a set of methods which you can normally call from the page, if you have buttons or links there. But, the page also hosts an ActiveX control, and the control should be able to call these methods, supplying necessary parameters, to make the PHP script change the page layout. Can anyone give ma clue on where to start ? The control does not need to work on any other browser than Internet Explorer, and if necessary, it can use a self-built WebControl component (independent page viewer), so that you must start the actual program to view the page where the control and the script are. But, the best solution would be the ability to call PHP functions from the control itself. The script is able to handle the page layout changes requested by the control, then. -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.