Announcements
Hi everyone,
I have the following web resource added to my Solution. It is basic external HTML link to a SharePoint site:
I have added the web resource to my form. However, the URL link opens inside the model driven app itself rather than launching as a new tab in the browser. Could you anyone share any advice on how to open a new tab in the current browser when clicking on an external URL link?
best regards,
Imran-Ami
Hello,
If my reply (or replies) answers your question take a minute and verify the answer. You can do it by clicking "Yes" at the top of the reply (or replies) under the label "Does this answer your question?"
Thank you!
Final HTML:
<html>
<head>
<meta>
<meta>
<meta>
<meta>
</head>
<body onfocusout="parent.setEmailRange();" style="overflow-wrap: break-word;">
<p style="font-family: undefined;"></p>
<p class="MsoNormal" style="font-family: undefined;">
<b style="">
<a href=xxxxx.sharepoint.com/.../Business-Cases.aspx target="_blank" style="">
<font face="Verdana" size="2" color="#0000ff">For help, please click here to open the Business Case Information Hub</font>
</a>
</b>
</p>
<p style="font-family: undefined;"></p>
</body>
</html>
As I mentioned, include target="_blank" tag in your url tag. Good luck.
Hi a33ik ,
Thanks for the quick response!
Below is the HTML:
<html>
<head>
<meta>
<meta>
<meta>
</head>
<body onfocusout="parent.setEmailRange();" style="overflow-wrap: break-word;">
<p style="font-family: undefined;"></p>
<p class="MsoNormal" style="font-family: undefined;">
<b style="">
<a href=xxxxx.sharepoint.com/.../Business-Cases.aspx style="">
<font face="Verdana" size="2" color="#0000ff">For help, please click here to open the Business Case Information Hub</font>
</a>
</b>
</p>
<p style="font-family: undefined;"></p>
</body>
</html>
As image:
Hello,
Can you please provide the code behind that url?
I believe adding of the attribute target="_blank" should solve your issues. Check this - www.w3schools.com/.../att_a_target.asp
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,246 Super User 2024 Season 2
Martin Dráb 228,041 Super User 2024 Season 2
nmaenpaa 101,148