RE: [PHP-DB] Call php function from javascript

2001-05-09 Thread Larry Rivera
Well about the only thing i think you can do since the page has been sent(javascript is client side) is call a window open js functin then write the variables in the url to open ie ?id=32blah=blahblah -Original Message- From: Marko Lesnik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May

Re: [PHP-DB] Call php function from javascript

2001-05-09 Thread Saul Diaz Carrillo
you can't.. but you cant use some tricks something like this... in js var ep= new Image; ep.src=.php?id=a greetings - Original Message - From: Marko Lesnik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 12:14 PM Subject: [PHP-DB] Call php function from