Hello All,
I have page with a simple form on it. When the submit key is hit I want to take what was inputed and popup a window with a open.window function in it. For example I would like it to do something like this:
'window.open('$_POST['url1']')'
I know this will not work as written but I don't know how to popup a new window automatically in PHP using a javascript window.open funtion.
How can this be done?
I have page with a simple form on it. When the submit key is hit I want to take what was inputed and popup a window with a open.window function in it. For example I would like it to do something like this:
'window.open('$_POST['url1']')'
I know this will not work as written but I don't know how to popup a new window automatically in PHP using a javascript window.open funtion.
How can this be done?