|
Posted by fsidler@nospam.gmail on 07/26/06 18:06
french_roast@sbcglobal.net wrote:
> I have PHP 5 installed on my windows machine. I have a drop down menu
> that requires javascript. When I call <?php include "filename.php" ?>
> and rename my html file to .php, the Javascript doesn't run on the
> client. Is there some sort of setting required? Maybe a bug in php?
> Any information would be helpful.
To be hones, i don't exactly know what you mean, but let me tell you:
PHP and JS are two very different things. PHP gets executed after the
server recieved the request. It then sends you a plain HTML document.
In that HTML document, the browser looks for initiation of JavaScripts.
So, if a javascript is not executed, this means you have something
wrong in your HTML or JavaScript code. It has nothing to do with PHP.
Try pasting your scripts.
Navigation:
[Reply to this message]
|