<script>
function myopen()
{
  window.open("foobar.html?var1=<?= $var1; ?>&var2=<?= $var2; ?>");
}
</script>
<a href="javascript:myopen();">click for new window</a>


-----Original Message-----
From: Igor Portnoy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 9:52 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Creating pop-up window and passing variable to it?


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

Reply via email to