What's the value of $_GET['formuser'] and $_GET['formpassword'] in your pop up window?

Brad Esclavon wrote:
I am trying to pass 2 variable values(username and userpassword) to a popup
window to display those values when a button is clicked. When the window
pops up, the variable names aren't displayed because they havent been
passed.
Here is the code:

onclick="window.open('http://www.bluedorado.com/bdnfosrc/distributionpopup.p
hp?formuser=$formuser&formpassword=$formpassword','BD_Hit_Distribution','hei
ght=300,width=600,menubar=0,status=0')";>

Any ideas why the values arent being passed?





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

Reply via email to