Click to See Complete Forum and Search --> : Problem


Johanvh
04-07-2003, 09:27 AM
Have site with 3 frames.
In top frame" add to favorit"-action.
In head of that frame: "<LINK REL="SHORTCUT ICON" HREF="maes.ico">"
In root of site is maes.ico made with special icon-builder (16 x 16 pix, 256 colors)
Shortcut works but no icon.

Why it doesn't work?

Thanks.

gil davis
04-07-2003, 09:47 AM
I believe you would have to put the <LINK> tag in the frameset file.

Johanvh
04-08-2003, 02:23 AM
Have replaced the script in the index page without result.
Have placed "<LINK REL="SHORTCUT ICON" HREF="maes.ico">" in het head section ones with and ones without javascript tags.
The "add to favorites" works but there is no icon.

Please has someone a solution.

Thanks.

gil davis
04-08-2003, 05:47 AM
Post a link.

Johanvh
04-08-2003, 06:33 AM
I want this on http://www.maeselectronics.be

gil davis
04-08-2003, 06:55 AM
That page does not contain the link statement. Did you understand my directions? The link statement should be in the file that your favorites script points to.

Perhaps this link will help:

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/howto/shortcuticon.asp

BTW, you should not use "top" as a frame name since that name already represents the top-most window in a frameset (window.top already exists).

Johanvh
04-08-2003, 07:39 AM
Originally posted by gil davis
That page does not contain the link statement. Did you understand my directions? The link statement should be in the file that your favorites script points to.

Perhaps this link will help:

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/howto/shortcuticon.asp

BTW, you should not use "top" as a frame name since that name already represents the top-most window in a frameset (window.top already exists).

Have visited the site of Microsoft. When I rename the icon to "favicon.ico" in the root it works. Rename the icon to myname.ico and add a link in the head-section don't works but i'm happy my icon is now in the menu of the favorits.
Thanks !!!