How do I stop a web page from opening in a new window?

S

Sanibeljazz

I know how to start a web page from opening in a new window but cannot
determine how to prevent this property once it is set.
 
A

Andrew Murray

Set the 'target' for the hyperlink to not open the new page such as "_self"
or "_top" or try the "Page Default" which should be the 'same window'.
 
Top