Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE problems with new page with same IFrame name
Message
De
24/01/2016 17:18:19
 
 
À
24/01/2016 16:51:52
Information générale
Forum:
HTML5
Catégorie:
HTML
Divers
Thread ID:
01630168
Message ID:
01630173
Vues:
40
This is a behavior of IE.

Basically, if you right click on a link to open in a new window, if that link as a target name, that target name will be broadcasted in your new window. So, you end up with the new opened window to have the same name as the target name of the link you clicked on. So, for example, on the right side, if you click on a message, you get the message in this window. It has a name and it is used for the redirect. But, right click open in a new window, and that target name is now broadcased in your new window.

Firefox and Google do a good job in managing that. Basically, they make that target name disappear from the click.

To work around that, the page you are opening, should clear its window name:
window.name=""
By that, you are assuring that the page called as is would still have no name. But, if a user ends up on that page from a right click new window with a target, that will clear it from memory.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform