RE: [PHP] Javascript var to PHP

2002-12-18 Thread Cesar Aracena
ECTED]] Enviado el: miércoles, 18 de diciembre de 2002 8:08 Para: 'Cesar Aracena'; 'Php-General@Lists. Php. Net' Asunto: RE: [PHP] Javascript var to PHP Hi Cesar, > Jon, thanx for the fast response, but the problem is > that the link is made dynamically from a DB and the va

RE: [PHP] Javascript var to PHP

2002-12-18 Thread Jon Haworth
Hi Cesar, > Jon, thanx for the fast response, but the problem is > that the link is made dynamically from a DB and the varvalue > changes on every link... if it helps, I make this link > list with a FOR loop in PHP and the varvalues > I want to pass are the IDs of a table elements. You probabl

RE: [PHP] Javascript var to PHP

2002-12-18 Thread Cesar Aracena
] [EMAIL PROTECTED] (0299) 156-356688 Neuquén (8300) Capital Argentina -Mensaje original- De: Jon Haworth [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 18 de diciembre de 2002 7:50 Para: 'Cesar Aracena'; Php-General@Lists. Php. Net Asunto: RE: [PHP] Javascript var to PHP

RE: [PHP] Javascript var to PHP

2002-12-18 Thread Jon Haworth
Hi Cesar, > I want one of my links to open a brand-new > pre defined window using a javascript > but I don't know how to pass a variable so > the opened PHP file knows which info to get > from MySQL... In your launchinfopage() function, presumably you're specifying the url of the page ("foo.

[PHP] Javascript var to PHP

2002-12-18 Thread Cesar Aracena
Hi all, I want one of my links to open a brand-new pre defined window using a javascript (defined in the header) with javascript: launchinfopage(); but I don't know how to pass a variable so the opened PHP file knows which info to get from MySQL... if I use launchinfopage(varname=varvalue) how can