Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open In New Window\Shift + Click\Pop Ups

Status
Not open for further replies.

PaulSc

MIS
Aug 21, 2000
148
GB
Hi Can any help please with a problem that has just recently started on my PC.

When using IE 6 it appears that when any site generates a pop-up or I use shift + clist or open in a new window it opens a new instance of IE but then doesnt populate the page, eventually leading to a 'lock-up', however if I invoke another instance of IE from the quicklaunch bar (to my homepage) it opens up ok?

Anybody any ideas?

Thanks

PaulSc
 
You might try Pop-Up Stopper Pro. I use it and it seems to come in very handy when going to different sites since you don't have to bother with annoying pop-up windows.
 
Could this be what you mean?

A New Internet Explorer Window Does Not Always Open When You Click Hyperlinks (Q272415)

----------------------------------------------------------
The information in this article applies to:


Microsoft Internet Explorer versions 5.5 , 5.01 Service Pack 1 , 5.5 Service Pack 1 , for Windows 2000
Microsoft Internet Explorer versions 4.01 , 4.01 Service Pack 1 , 4.01 Service Pack 2 , 5 , 5.01 , 5.01 Service Pack 1 , 5.5 , for Windows NT 4.0
Microsoft Internet Explorer versions 5.01 , 5.01 Service Pack 1 , 5.5 , 5.5 Service Pack 1 , for Windows 98 Second Edition
Microsoft Internet Explorer versions 4.01 Service Pack 2 , 5 , 5.01 , 5.01 Service Pack 1 , 5.5 , 5.5 Service Pack 1 , for Windows 98
Microsoft Internet Explorer versions 4.01 , 4.01 Service Pack 1 , 4.01 Service Pack 2 , 5 , 5.01 , 5.01 Service Pack 1 , 5.5 , for Windows 95
Microsoft Internet Explorer version 6 for Windows 2000
Microsoft Internet Explorer version 6 for Windows 98
Microsoft Internet Explorer version 6 for Windows 98 Second Edition
Microsoft Internet Explorer version 6 for Windows Millennium Edition
Microsoft Internet Explorer version 6 for Windows NT 4.0


---------------------------------------------------------
SYMPTOMS
When you click a hyperlink on a Web site, the hyperlink does not open in a new Internet Explorer window, as expected. Instead, the hyperlink opens in the same Internet Explorer window or in another currently open Internet Explorer window.

CAUSE
This behavior can occur if the Web site uses the TARGET=NEW attribute to open the hyperlinks.


RESOLUTION
To resolve this behavior, request that the Web site's Webmaster change the setup of the target hyperlinks on the site's Web pages.

As an alternative, you can right-click the hyperlink, and then click Open in New Window to view the Web page in a new Internet Explorer window.

MORE INFORMATION
Web designers can use the TARGET=NEW attribute on an anchor in Hypertext Markup Language (HTML) to enable users to open a second window in Internet Explorer, but NEW is not a supported attribute for the target tag. If you click a hyperlink that uses the TARGET=NEW attribute, a second Internet Explorer window may open, but if you click subsequent hyperlinks by using the same attribute, a third Internet Explorer window does not open.

This behavior occurs because there may be an error in the HTML coding, which is used to set up the Web site. There are five possible ways that the target attribute can be used. The following list details how to use the correct target attribute, according to the World Wide Web Consortium (W3C):

TARGET=_BLANK
Loads the hyperlink into a new, blank, nameless window

TARGET=_PARENT
Loads the hyperlink in the parent of the document that contains the hyperlink

TARGET=_SELF
Loads the hyperlink in the same window in which you click the hyperlink

TARGET=_TOP
Loads the hyperlink in the full body of the window


TARGET={variable}
Loads the hyperlink in the {variable} window

Hyperlinks that use the TARGET=_BLANK attribute always open a new Internet Explorer window, while hyperlinks that use the TARGET=NEW attribute open a new Internet Explorer window only once.

For more information, please visit the following (W3C) Web site:
If you use the TARGET=NEW attribute, the expected behavior is demonstrated in the following example:
Double-click the Internet Explorer icon to open WindowA. (WindowA does not have a name.)

While you browse the Internet, you can click the hyperlink that uses the TARGET=NEW attribute. This action causes Internet Explorer to open the hyperlink in a window named "New". WindowA is nameless, therefore, Internet Explorer does not load the hyperlink in WindowA. Internet Explorer opens a new window, WindowB, named "New".

While you browse in WindowA or WindowB, you can click another hyperlink that uses the TARGET=NEW attribute. Internet Explorer loads the hyperlink in WindowB (not a new Internet Explorer window) because the target is set to "New" and the name of WindowB is "New".

This behavior is by design. Internet Explorer adheres to the W3C target attribute definition. This behavior is by design. Internet Explorer adheres to the W3C target attribute definition.

NOTE : The purpose of this article is to point out a common error in HTML coding. This behavior is not an issue in Internet Explorer.

reghakr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top