Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

statisticsguru's avatar

Inquiry

Hello,

This is my question

I want to generate emails from my page https://statisticsguruonline.com which in turn should link to certain pages in my portal. I have tagged all these links with a target = "_ xpm".

If I click in my web mail client (in this scenario strato) these links open the wonderful pages however wonderfully it opens with each click a new tab.

In parallel, I generate the same links within the portal and when I click on those links there, the corresponding pages all open in the same tab!

I therefore do not understand why the links on my portal behave differently than the links from the email where both links are identical

And my real question: Does anyone understand this problem ?

Meanwhile many thanks for the reply's!

0 likes
2 replies
cviv's avatar

you might want to check your browser settings.

Cronix's avatar

An email client usually ins't a web browser. Clicking on a link in email usually opens that link in a (separate) web browser, whatever you have set up for default web browser in your OS. Each link would open a new tab, because the link is being clicked on externally (in an email program) vs being clicked from within a web browser on the same site.

Please or to participate in this conversation.