New window, not a new window...
Posted: Sun Aug 11, 2002 4:57 pm
I've got a large PHP page that is filled with options for producing a report. The user can select options which effect other options.
What i want to do is this. If the user is just changing options, the page just SUBMITS back to itself to update the options, however, if they pick "Produce Report" i want the page to open a new window.
This way when they're done they can close the window and return to the parent window with all their selected options still set.
Is this a Javascript thing or can it be done though PHP?
Thanks!!!!!
PS Because of the large number of options, i have to use METHOD=POST so using the back button isn't very eligant.
What i want to do is this. If the user is just changing options, the page just SUBMITS back to itself to update the options, however, if they pick "Produce Report" i want the page to open a new window.
This way when they're done they can close the window and return to the parent window with all their selected options still set.
Is this a Javascript thing or can it be done though PHP?
Thanks!!!!!
PS Because of the large number of options, i have to use METHOD=POST so using the back button isn't very eligant.