G
Guest
Hello,
Using asp.net 2.0, C# and IE7
I'm using window.showModalDialog to open a modal window on the client from
Javascript.
I have to include this line in the < HEAD > html of the modal window:
<base target=_self> because whenever that page posted back, it would spawn
off a new window!! This is the beaviour in IE7.
In this Modal Window I need to have a File Download functionality.
The problem is that using <base target=_self> the File Download dialog don't
popup, but if I remove the <base target=_self> the File Download dialog
appears but it would spawn off a new window from the Modal Dialog.
Thanks for any suggestions on how to resolve this issue
Joao Rego
Using asp.net 2.0, C# and IE7
I'm using window.showModalDialog to open a modal window on the client from
Javascript.
I have to include this line in the < HEAD > html of the modal window:
<base target=_self> because whenever that page posted back, it would spawn
off a new window!! This is the beaviour in IE7.
In this Modal Window I need to have a File Download functionality.
The problem is that using <base target=_self> the File Download dialog don't
popup, but if I remove the <base target=_self> the File Download dialog
appears but it would spawn off a new window from the Modal Dialog.
Thanks for any suggestions on how to resolve this issue
Joao Rego