stop "about:blank" from opening a new window.

S

sid

How do I stop the href = "about:blank" from opening a new browser ?
We have several HP systems that when I call the above code works fine
and the right window becomes blank and I can write to it.

But, I have one brand new dell that opens a new window with every
call.

I know there is probably some reason for this behavior, but is there
a
setting to prevent it or test for it ?

Thanks

Sid.
 
S

sid

Windows version? IE version?
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.org






- Show quoted text -

XP, IE6.

I have a framed page and one frame has a script the is trying to
assing Location.href of another frame so that I can write to it.

Thanks
 
S

sid

Start herehttp://msdn2.microsoft.com/en-us/ie/default.aspxand herehttp://msdn2.microsoft.com/en-us/ie/aa740476
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.org







- Show quoted text -

I followed your link out to the MSDN and found the article:
http://msdn2.microsoft.com/en-us/library/ms534622.aspx
This article describes the behavior, but does not show me how to
prevent it.
Can I test the property: RightWindow.SECURITY in my code ? to try to
predict the behavior ?
Maybe do something else.

Thanks

Eli.
 
S

sid

I followed your link out to the MSDN and found the article:http://msdn2.microsoft.com/en-us/library/ms534622.aspx
This article describes the behavior, but does not show me how to
prevent it.
Can I test the property: RightWindow.SECURITY in my code ? to try to
predict the behavior ?
Maybe do something else.

Thanks

Eli.- Hide quoted text -

- Show quoted text -

Let me restate my question:
I am writing a webpage that will run on other machines that I may or
may not know about.

Can my script test for the security setting on another frame, to see
if the security is 'restricted' no matter where the security was set,
either in the declaration of the frame or the security tab of IE ?

Thanks

Eli.
 

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