Preserved Topic: Executing JS from PHP (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Small Patch of Grass in CT |
posted 05-02-2001 04:08
Just a quick question. Is it possible to execute JS scripts within an embedded html document within a php script? U get what im sayin? |
Paranoid (IV) Inmate From: other places |
posted 05-02-2001 05:33
Yes. Just keep it clear that JS executes on the client platform, and PHP on the server. You can generate JS from your PHP script on the server, but it executeses on the client, in that environment. |