On Tue, 14 May 2002, Michael P. Carel wrote:
> How could i automatically enable Java in a Web browser to execute java
> script using PHP. I have some javascripts line's in my PHP script and im
> worried that it will not work if the browser was not java enabled. Or is
> there any why to execute a java script line in PHP without enabling the
> browser java capability.

The whole reason for those settings is that some people do not want to 
allow your code to run in their browsers. So if there were a way to enable 
it, that would mean a serious defect in the browser. Certainly nothing you 
want to count on. And if you did come up with a way to do this, anyone who 
noticed it would regard it as an attack on their system and come after 
you (hopefully through legal means, but with some people you never 
know...)

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to