RE: [PHP-DB] Javascript ? From: Richard Allsebrook (richard.allsebrook <email protected>)
Date: 08/14/00

Make you with link something like

echo "<A
href='http://www.newlocation.com/index.php3?myVar=$myVar&myVar2=$myVar2'>Cli
ck here</A>";

Hope this helps...

  _____

~ Richard Allsebrook ~
Applications Developer and Webmaster
Easysoft Limited, No3 The Embankment, Leeds, LS1 4BJ
http://www.easysoft.com <http://www.easysoft.com> - http://www.cinema.com
<http://www.cinema.com>
"A computer lets you make more mistakes faster than any invention in human
history - with the possible exceptions of handguns and tequila."

  _____

-----Original Message-----
From: Enrico Comini [mailto:algobit <email protected>]
Sent: Monday, August 14, 2000 10:03 AM
To: ML-PHP-DB
Subject: [PHP-DB] Javascript ?

I use php in a page and I want change URL passing a query string to the new
page.

The FORM use a button and I don't want to click.

Header is not possible because I have many output before.

I think that is possible use javascript:

javascript:window.location = "http://www.newlocation.com/index.php3"

The problem is how pass the variables defined with PHP

Thanks,

Enrico

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>