This may be a question better suited for a javascript forum, but I am hoping that others here can help since I don't know a good javascript forum.
I have created a payment calculator in php. The variables are input from a form. So I am using action="payment.php". I would like to have the results of the calculation pop-up in a new, small 200x200 window. Is there a way to put some javascript into the action portion of the input form so that the results will show in the new sizable window?
Any help would be appreciated.