Re: [PHP] Passing a PHP variable to javascript

2002-08-19 Thread Justin French
The trick is that javascript has to be triggered somehow -- an onLoad, onClick, onChange, onMouseOver, etc etc. When/how do you want to trigger this? Justin French on 19/08/02 10:54 PM, Michael ([EMAIL PROTECTED]) wrote: > Hello everyone, > > This may seem a newbie question... > > I have

Re: [PHP] Passing a PHP variable to javascript

2002-08-19 Thread Scott Houseman
Hi Michael. Use: alert( '' ); If this page is parsed by php i.e. its a .php file rather than .html or .js file, then the variable will be output as a string constant in the javascript code. Cheers! Scott - Original Message - From: "Michael" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [PHP] Passing a PHP variable to javascript

2002-08-19 Thread John Wards
alert() - Original Message - From: "Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 1:54 PM Subject: [PHP] Passing a PHP variable to javascript > Hello everyone, > > This may seem a newbie question... > > I have a PHP variable containing the text of the