[PHP] passing a query string to a popup window problems

2003-02-11 Thread Brad Esclavon
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:

Re: [PHP] passing a query string to a popup window problems

2003-02-11 Thread John Nichel
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

Fw: [PHP] passing a query string to a popup window problems

2003-02-11 Thread Kevin Stone
] passing a query string to a popup window problems 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