What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » favicon problem

favicon problem
Author: Message:
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
Status: Online
RE: favicon problem
Your .tk domain is not simply a redirect domain. When you take a closer look, you will see that when you use your .tk domain, your page will appear in a frame. Logically, the icon does not show then, because you have not specified a FavIcon for the page containing the frameset.

A workaround would be to force the page to avoid frames, by reloading it if it is loaded in a frame. In order to do that, use the following code and put it in the head section of your page.

code:
<SCRIPT TYPE="text/javascript">
if (top.frames.length != 0) {top.location.href = self.document.location}
</SCRIPT>

Note that this will show your site's full address in the address bar instead of the .tk one. The code should reload your page if is detects that it is being loaded in a frame.
08-17-2004 11:48 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
favicon problem - by Eljay on 08-17-2004 at 11:43 AM
RE: favicon problem - by Tochjo on 08-17-2004 at 11:48 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On