It works with document.location = '...'; too. I use only this method and it worked on all browsers...

    Andy

Barry wrote:
Andrei wrote:
   document.location =
'http://where.to.go.com/example.php?param1=<?=$param1?>';

Wasn't it -> document.location.href ='www.example.com';
o_O ?

Barry

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to