Client Browser in Tab - Post ID 91608

User 128297 Photo


Registered User
2 posts

Using CoffeeCup HTML Editor, some kind of script, can I force clients browsers to open in a tab?
User 505126 Photo


Registered User
1 post

If you go to the source code of the HTML Editor, and locate your link, it'll resemble something like this: <A href="(LINK)"> (Desc) </a>, if you want to open this link in a new window every time, you have to add target="_Blank" right after the link, but before the >. This should open the target window in a new tab.

I hope this helps.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.