How can I get linked pages to show up in another window?

Jason76

Madly Diligent
Joined
Nov 27, 2016
Messages
7,211
Reaction score
960
FP$
576
OK, so you click the link on XenForo and the page shows up in the same window, how can that be changed? What addition to bbCode needs to be put in?
 
OK, so you click the link on XenForo and the page shows up in the same window, how can that be changed? What addition to bbCode needs to be put in?
If you can edit the bbCode code; you can add the target attribute. E.g.
HTML:
<a href="https://forumpromotion.net" target="_blank"> Forums </a>
 
Just to be clear you want it to open in a new tab or window?
 
I generally wouldn't open a new page in a new window, that is a very annoying behaviour.
Some browsers actually block links which open new windows for security reasons.
 
OK, so you click the link on XenForo and the page shows up in the same window, how can that be changed? What addition to bbCode needs to be put in?
If you can edit the bbCode code; you can add the target attribute. E.g.
HTML:
<a href="https://forumpromotion.net" target="_blank"> Forums </a>

That's not bbCode.

I generally wouldn't open a new page in a new window, that is a very annoying behaviour.
Some browsers actually block links which open new windows for security reasons.

Is that true with most people? How many browsers block it?
 

That's not bbCode.

Is that true with most people? How many browsers block it?
It happens about three times a day here, luckily most sites don't use it.
The context menu is usually the best option for opening a new window and you're less likely to annoy the user.

That's strange. Well, Patreon opens up links in different windows, so I hope this thing doesn't hurt my business on there.
 
Back
Top Bottom