This is how I do it. I fire a javascript when the link is clicked, which
in turn submits a form targetting the page you openned (named of course).
function donewpage(){
open window named "mywindow"
submit form targetting "mywindow"
blah blah blah
}
sorry to be so brief but the hockey game is on.
w0ot!
Igor Portnoy wrote:
>How can I create a pop up window in my index.php (for example) when user
>clicks on the link and pass value of the variable from my index.php to
>this new window?
>
>
>
>
>
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php