Jump to content

I need to open a link "href =" https://example.com "" and a mail "href =" mailto: example@example.com "" in a espotfire mod


Stiven Muoz

Recommended Posts

I have a code that receives the columns from spotfire and presents them in table form, but I need some columns to be links to websites and other links to send emails.

when I try to add the Website or Email tag inside the table it takes them as if they were text and when I try to put it outside the table it works but it does not open the mail application or a browser tab.

with this line of code this is the error

Line: mail

Error: Blocked opening 'mailto: m.bluth@example.com' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.

Line: mail

Error: Unsafe attempt to initiate navigation for frame with origin 'http: // localhost: 8001' from frame with URL 'http://127.0.0.1:8090/'. The frame attempting navigation of the top-level window is sandboxed, but the flag of 'allow-top-navigation' or 'allow-top-navigation-by-user-activation' is not set.

How do I get this to work

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...