another window from index

B

BikeDenBob

When you open my wecsite...it automatically opens another window when you
make a selection in the navigation bar...but only the first time...how do I
get the selection to stay in the original window?
 
R

Ronx

Use hyperlink properties to set the target for the link to _self, or remove
the target altogether. Also, in code view, remove any <base target=...>
tags from the <head...</head> section of the page.
 
Top