Title of webpage gets not refreshed

P

PatrickJ

I own two different websites. I am linking them with each other.
Problem is that for the first website (www.zoo.be) the title in the browser
is "Zoo.be". When I link to the second site (via "Pretparken") I arrive at
www.parkworld.be, but the title in browser remains Zoo.be, although I have
coded the title correctly (can be checked when just opening www.parkworld.be)

So my question is: how come this "title" does not get "refreshed".

I treid with IE7 and Firefox
 
R

Ronx

You are using frames, and this is one of the problems with frames.
Change the link to <a href="http://www.parkworld.be
target="_top">Pretparken</a>

This will open the Pretparken page outside the frameset.
 
T

Tom [Pepper] Willett

parkworld.be is using frames. You don't have a title in the framset page.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I own two different websites. I am linking them with each other.
: Problem is that for the first website (www.zoo.be) the title in the
browser
: is "Zoo.be". When I link to the second site (via "Pretparken") I arrive at
: www.parkworld.be, but the title in browser remains Zoo.be, although I have
: coded the title correctly (can be checked when just opening
www.parkworld.be)
:
: So my question is: how come this "title" does not get "refreshed".
:
: I treid with IE7 and Firefox
 

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