Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Prevent link expression to send email from opening a new tab

Hi there,

I am making use of a link expression in a straight table on an email address field. This allows me to simply press on the field and a new email window appears. Here is how I did it for those who wants to do something similar:

= [Email Address] & '<url>mailto:' & [Email Address]

&'&subject=Follow up email '& [Order Number]

& '&' &'body=Dear Sir/Madam,' &'%0A'&'%0A'

&'Kindly confirm receipt and delivery date.' &'%0A'&'%0A'

&'Kind regards,'&'%0A'

&'$(vStaffMemberName)'&'%0A'

Although this is a great feature and works perfectly, when I click on a email address from accesspoint, a new blank Google Chome tab opens. Is there any way how I can stop this?

Regards

4 Replies
alexpanjhc
Specialist
Specialist

Hi
I wonder if you resolved the issue.

Did you try to install a outlook client on the server or have the users use the plugin?

Not applicable
Author

Hi Matthew,

I also have the same issue. Is there any way to stop opening a new tab in the browser once email link from the table is clicked?

Any help is appreciated.

Thank you

Parth

Not applicable
Author

Hi Parth,

No, unfortunately to date I haven't found a solution to prevent Google Chrome from opening a new tab every time a link is pressed.

However, Internet Explorer does not open a new tab and works exactly as desired (at least in my case).

Thanks,

Matthew

Not applicable
Author

Thanks Matthew. It also works for me with IE.

Best

Parth