Hi,
When I have a 'Submit' button, clicking on it would submit the POST variables to the script in the 'action'. In my case, that is PHP_SELF.
What do I need to do so that a User can click on a button to 'open a new' window that receives the POST variables (while hopefully still keeping the action=PHP_SELF)?
Thanks!
Ofer