Opening new web page window when clicking on a link.
Issue
Opening new web page window when clicking on a link.
Solution
To create a new window when a user clicks on a link, TARGET="_NEW" must be added to the A HREF tag as shown below.
<A HREF = "http://www.computerhope.com" TARGET="_NEW">COMPUTER HOPE</a>
Example
Below is an example of what the above source code would do.
