B
BigJohn
I have a page which enables filter values to be entered and a View button
which opens a new window using
javascript:window.open('http://myurl?parameterlist','_blank'). The client
needs to see two filtered reports side-by-side from the same screen.
Scenario:
- enter filter criteria (e.g. date 12/05/2007)
- select View
- new window opens with filtered PDF displayed
- return to first form
- change filter (e.g. date 12/03/2007)
- select View
- need to open a third window with new PDF, but the second window is being
opened with the updated content.
Suggestions?
which opens a new window using
javascript:window.open('http://myurl?parameterlist','_blank'). The client
needs to see two filtered reports side-by-side from the same screen.
Scenario:
- enter filter criteria (e.g. date 12/05/2007)
- select View
- new window opens with filtered PDF displayed
- return to first form
- change filter (e.g. date 12/03/2007)
- select View
- need to open a third window with new PDF, but the second window is being
opened with the updated content.
Suggestions?