[PHP-DEV] Re: getting form variables without posting

2002-06-18 Thread BB

script
  var winImg =
window.open('','myDoc','scrollbars=no,resizable=no,width=600,height=350');
  document.forms[1].target = myDoc;
  document.forms[1].submit();
/script

Dan Rossi [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 adding to my last question i'm needing to send the variables to a popup
 without actually sending the form how can i do this ?





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




[PHP-DEV] Re: getting form variables without posting (note)

2002-06-18 Thread BB

This method submits the form to the newly opened page, the original page
remains intact, hope this is what you wanted

Bb [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 script
   var winImg =
 window.open('','myDoc','scrollbars=no,resizable=no,width=600,height=350');
   document.forms[1].target = myDoc;
   document.forms[1].submit();
 /script

 Dan Rossi [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  adding to my last question i'm needing to send the variables to a popup
  without actually sending the form how can i do this ?
 
 





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