macmonteiro
Programmer
Hulla!
Guess what? I'm in trouble with JS again...
I need to open a popup window that receives some values, adds one more and passes them away to PHP.
When we dealing with frames it was simple. Just used:
//parent.frm_name.location="pro_inclu.php?pro_item=E&pma_des="+form.pro_cust.value
and so on...
But now I'd need to do it in a new window. I know it must be very simple, don't mock me, would anyone help me?
Guess what? I'm in trouble with JS again...
I need to open a popup window that receives some values, adds one more and passes them away to PHP.
When we dealing with frames it was simple. Just used:
//parent.frm_name.location="pro_inclu.php?pro_item=E&pma_des="+form.pro_cust.value
and so on...
But now I'd need to do it in a new window. I know it must be very simple, don't mock me, would anyone help me?