G
Guest
Hi all,
I have a parent page(parent.aspx) which will open different new windows
depending on the user input.
for example,
the new windows are opened using the following code :
window.open('child.aspx', document.userinput.value)
In the child.aspx, the result is rendered as Excel, Word, PDF, etc...
depending on the input parameters from the parent pages.
There is no problem when the user just open 1 pop up window.
However, when the user first open a Excel Window, and then open another
window (Word) , the first window will become blank. Then the result in the
second window
will become the result in first window (Excel).
Thank You.
I have a parent page(parent.aspx) which will open different new windows
depending on the user input.
for example,
the new windows are opened using the following code :
window.open('child.aspx', document.userinput.value)
In the child.aspx, the result is rendered as Excel, Word, PDF, etc...
depending on the input parameters from the parent pages.
There is no problem when the user just open 1 pop up window.
However, when the user first open a Excel Window, and then open another
window (Word) , the first window will become blank. Then the result in the
second window
will become the result in first window (Excel).
Thank You.