+ 7

A problem in a html question!

a question say that when we have use target="_blank" it is open in new window but in the web it is open in new tab not in new window.

10th Feb 2019, 2:47 PM
FirstSoloKiller
FirstSoloKiller - avatar
4 Answers
+ 10
Using tabs or windows is simply a matter of personal visual choice and preference. They have no functional difference. All tabs and windows together share the same session/data state, and you are free to join tabs to windows to break out tabs to new windows at any time. (Except Incognito Windows, where all Incognito tabs and Incognito windows together share the same session state.)
10th Feb 2019, 3:07 PM
Charan Leo25
Charan Leo25 - avatar
+ 3
for example Mozilla firefox Google chrome Microsoft Edge IE Safari Opera And ... Have open in new tab not in new window.
10th Feb 2019, 3:00 PM
FirstSoloKiller
FirstSoloKiller - avatar
0
t will open in a new window or tab (depending on which web browser they are using and how they configured that browser) try adjusting your browser set up run the code as it was
10th Feb 2019, 2:58 PM
peter
peter - avatar
0
tried just removing the target alltogether see what happens or adjust it <a href="..." target="_top ... could use something different JavaScript window.opener object. This is a read/write object that they can manipulate. It has a property called window.opener.location
10th Feb 2019, 3:16 PM
peter
peter - avatar