Re: [PHP] Executing JavaScript

2004-03-04 Thread Richard Davey
Hello Todd, Thursday, March 4, 2004, 6:52:33 PM, you wrote: TC How can I execute window.close() with php? You can't, PHP is a server side language. You can echo out the above JS using PHP, but you can't force it to happen. -- Best regards, Richard Davey

RE: [PHP] Executing JavaScript

2004-03-04 Thread Jeremy
To: [EMAIL PROTECTED] Subject: Re: [PHP] Executing JavaScript Hello Todd, Thursday, March 4, 2004, 6:52:33 PM, you wrote: TC How can I execute window.close() with php? You can't, PHP is a server side language. You can echo out the above JS using PHP, but you can't force it to happen. -- Best

Re: [PHP] Executing JavaScript

2004-03-04 Thread Raditha Dissanayake
Siva Kumar, Where is your famous monthly post :-) Todd Cary wrote: How can I execute window.close() with php? Todd -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and

Re: [PHP] Executing JavaScript

2004-03-04 Thread Todd Cary
Yes! Makes absolute sense. I put it on an Input Type=Button onClick. Thanks for your patience... Todd Richard Davey wrote: Hello Todd, Thursday, March 4, 2004, 6:52:33 PM, you wrote: TC How can I execute window.close() with php? You can't, PHP is a server side language. You can echo out