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?Hi bigjohn,
The "_blank" parameter passed to window.open should open a new window every
time it invoked, do you mean that it always opens in your second window on
your side?
As Jacques mentioned, this issue doesn't seem to be related to ASP.NET and
is purely HTML issue. Could you please create a simpler html page and have
a test?
Regards,
Walter Wang (wawang@.online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
0 comments:
Post a Comment