How do I prevent new URL requests from opening in an already open browser?

B

billyboy2

When I open my home page and then click on a new link on my desktop, it
brings up my already open browser and opens the new link in it, thereby
closing out my page.
How do I code my home page to prevent new URL requests from opening in an
already open browser?
Thanks.
- Billy Boy.
 
S

Steve Easton

Right click the hyperlink,
select Hyperlink properties, click Target frame,
select New window, click OK or Apply.

hth
 
Top