Page 1 of 1

Popup window and query string

Posted: Thu Nov 02, 2006 4:59 am
by eyespark
Hi guys, I need your help.

I have a form with 2 inputs – date1 and date2. Dates are in the format YYYY-MM-DD. When this form is submited, a new popup window should open. URL of this popup must have 2 parameters – date1 and diff (the diference in days between date2 and date1). Any suggestions?

Thanks

Posted: Thu Nov 02, 2006 6:35 am
by feyd
The URL it goes to could contain the date information. The requested script could then produce the desired output; although I don't really see the need for this being a popup.