I need to open a popup window from a PHP site and pass in some parameters to use in the pop up window.
I have the params in an input box and need to get the val of the box into a param and pass it to the new popup window. All pages are local and in the same folder. The id of the input box is 'ddutykey'. The name of the new window would be showduty.php if possible.
Any help would be appreciated.
Bill