selectselectselect
Call our Sales Hotline
0844 858 8580
ekmPowershop Support

Link To New Window

This guide will show you how to open a link in a new window.

You would use this type of link when you would like a person to view more information in a new window as well as keeping the original window they were viewing.

For example the link below will allow you to open the other guide in a new window as well as still being able to view this one. Click here to view Promoting Your Online Shop / Ecommerce Website.

If you want your link to open a page in a new window use the target="_blank" in the tag.

Targetting the link to "_blank" simply opens a new browser window that will load the linked page.

Linking to ekmPowershop the traditional way would require this link:

<a href="http://www.ekmpowershop.com">Go to ekmpowershop</a>

If you add a target="_blank", the page will open in a new window:

<a href="http://www.ekmpowershop.com" target="_blank">Go ekmpowershop</a>

« Back