Browser in IE6 on Windows Server 2003 closing automatically

G

Guest

When I am trying to open an attachment in IE6 on Windows Server 2003, the
attachment opens but the browser window,which opened the attachment, closes
automatically. Anyone know the fix?
 
G

Guest

Sankar said:
When I am trying to open an attachment in IE6 on Windows Server 2003, the
attachment opens but the browser window,which opened the attachment, closes
automatically. Anyone know the fix?
Additional Info:
window.opener = self;
window.open('MyPage');
window.close();
This is the code which opens MyPage in the second window and closes my first
window. I am trying to open the attachment from the second window in 'MyPage'.
 
H

Hans Le Roy [MVP Windows-IE]

Hi Sankar,

Sankar said:
Additional Info:
window.opener = self;
window.open('MyPage');
window.close();
This is the code which opens MyPage in the second window and closes my
first
window. I am trying to open the attachment from the second window in
'MyPage'.

Just delete the line containing window.close()

Kind regards

Hans
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top