How to open link in new window | open link in new tab

How to open link in new window?

To open link during a new window is helpful for the positioning owner to not lose a traveler, and useful for the traveler to not leave halfway the positioning they have visited.
Therefore, i assumed of constructing a post to clarify a way to open a link during a new window or tab. This is actually simple but very beneficial.
First step is to form a link or associate degree anchor text in your journal post. For this you have to highlight the text in to which the hyperlink will be inserted, then click the “Link” button as shown in the below screenshot example.


open link in new tab javascript
open link in new tab javascript

Then a pop-up screen can seem wherever you'll be asked to enter the destination URL for the on top of anchor text to be coupled to, as shown in the below screenshot. You may kind or copy and paste the URL of the webpage (you will take a look at this link) and press “OK”.


open link in new tab javascript
open link in new tab javascript


This is the important part. Now you have got to go on the “Edit HTML” tab, and find your link. As per the above example the link will be like this:

<a href="http://bloggingnk.blogspot.com/2010/01/why-are-blogs-popular.html">blogs have become very popular</a>

If you wish this link to open during a new window, all you have got to try to to is to edit the link tag by adding target="_blank" as shown below:

<a href="http://bloggingnk.blogspot.com/2010/01/why-are-blogs-popular.html" target="_blank" >blogs have become very popular</a>

Finally preview and publish your post.

Post a Comment

0 Comments