How to Point DotNetNuke Tab to an External URL in a New Tab
If you need to point one of your DotNetNuke tabs to an external URL and have it open in a new tab follow the instructions below for the version of DotNetNuke your site is running on.
DotNetNuke 7.x
- Log into your website as either a Host or Admin user.
- Navigate to Admin > Page Management.
- Select an existing page you want to open in a new window.
- Expand Link.
- Select the URL (A Link To An External Resource) radio button.
- In the Location: ( Enter The Address Of The Link ) field enter the following Javascript code where www.domain.com is replaced with the external URL.
- Leave the Open Link In New Browser Window? box unchecked.
- Click Update Page.
DotNetNuke 6.x
- Log into your website as either a Host or Admin user.
- Navigate to Admin > Page Management.
- Select an existing page you want to open in a new window and click edit.
- Expand Link.
- Select the Link URL = URL (A Link To An External Resource) radio button.
- In the Location: ( Enter The Address Of The Link ) field enter the following Javascript code where www.domain.com is replaced with the external URL.
- Click Update Settings.
DotNetNuke 4.x and 5.x
- Log into your website as either a Host or Admin user.
- Navigate to Admin > Pages.
- Select an existing page you want to open in a new window and click edit.
- Expand Advanced Settings > Other Settings.
- Select the Link URL = URL (A Link To An External Resource) radio button.
- In the Location: ( Enter The Address Of The Link ) field enter the following Javascript code where www.domain.com is replaced with the external URL.
- Click Update.
Article ID: 362, Created: April 7, 2012 at 7:27 AM, Modified: April 7, 2015 at 8:44 PM