Pages opeing in a new browser window

C

Cannoli

I don't know how this happened but all of my pages are opening up separately
and in a new browser window. Click "Services" a new window pops up. Click
"About Us" a new window pops up.

This site was created in FP 2003 and is hosted with Go Daddy.

Any suggestion on why this is occuring?
 
R

Rick Sparks

Just a thought..... is it a setting in your browser?
Have you tried opening similar websites to see their response??
 
R

Ronx

Look in code view for a tag in the <head> section of the page similar to
<base target="_blank"> and delete it.
Alternatively, check your links for a target attribute:
Again in code view, a link will resemble <a href="pagename.htm"
target="_blank">link text or image</a>
Delete the target="_blank"
 
C

Cannoli

This worked. Thank you so much!!

Ronx said:
Look in code view for a tag in the <head> section of the page similar to
<base target="_blank"> and delete it.
Alternatively, check your links for a target attribute:
Again in code view, a link will resemble <a href="pagename.htm"
target="_blank">link text or image</a>
Delete the target="_blank"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top