Re: enabling and disabling list boxes
- From: Randy Webb <HikksNotAtHome@xxxxxxx>
- Date: Tue, 27 Dec 2005 21:35:52 -0500
Martin Honnen said the following on 12/27/2005 9:46 AM:
Randy Webb wrote:
If you want you can use PHP in IE/Win as a client-side scripting language but I think that does not help you.
Do you happen to have a URI that explains how to enable it in IE6? The last URL I had - <URL: http://www.sitepoint.com/blogs/2004/07/14/client-side-php-in-internet-explorer/ > - doesn't work for me in IE6 even when I hunt down the .dll file
I have never done it for PHP itself but the Microsoft architecture allows for other Active scripting engines, I have tested that with some Windows Perl some years ago. It is mainly meant to allow Windows Script Host automation with other languages than JScript and VBScript that Microsoft provides but with that Perl installation I had you could then also uses Perl as a client-side scripting language in HTML documents in IE.
And PHP 5 as an ActiveScript extension on Windows
<http://www.php.net/manual/en/install.windows.activescript.php>
As said I have never tried that but my understanding of that script engine architecture is that having and registering that dll as described will give you "PHPScript" support in ASP, WSH and in IE too.
Thank you Martin. I had tried it before and couldn't get it to work properly for me in IE. Never tried it in Mozilla even though I have the reference page that explains how to do it. My main interest in it isn't to try to use PHP as a client-side language per se but to try to use it to test PHP scripts without having to run a server locally.
I will give it a whirl this weekend :)
<snip>
-- Randy comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
.
- References:
- enabling and disabling list boxes
- From: John Meyer
- Re: enabling and disabling list boxes
- From: Martin Honnen
- Re: enabling and disabling list boxes
- From: John Meyer
- Re: enabling and disabling list boxes
- From: Martin Honnen
- Re: enabling and disabling list boxes
- From: Randy Webb
- Re: enabling and disabling list boxes
- From: Martin Honnen
- enabling and disabling list boxes
- Prev by Date: Updating the Gecko DOM reference
- Next by Date: Re: Firefox Javascript Console opens with no errors on opening window
- Previous by thread: Re: enabling and disabling list boxes
- Next by thread: update frame with javascript
- Index(es):
Relevant Pages
|