How to show FAVICON.ICO using a FRAMESET

Hello Guys,I need to cusomize the Browser Icon nearby the address (IBM, Google, Facebook… has their own). See the IBM icon: http://www.ibm.com/favicon.ico

Domino has it’s own in the Domino HTML directory (favicon.ico) and I should customize that… But I need to have different icons for different Dbs using the same HTTP Server. So I try to customize each application introducing, in the HEAD section, this code:

.

Where I have the problem?

If I use an Url like:

http://Server/db.nsf/form_name?OpenForm

and I place this code in the form “HTML Head Content”, everything works fine…

BUT If I use a Frameset instead of a form or a page:

http://Server/db.nsf/frameset_name?OpenFrameset

I didn’t find the way to do this works!

I read in R6 forum to place the HTML code

()

in the ‘Other’ field of the frameset HTML TAGS. But all my attempts was without a result. (BTW, I cannot see anything relating to the HEAD code added in the HTML browser source).

Does Anybody knows how to solve this?

Regards,

-=GPR=-

Subject: icon’s db

You have to put the tag in the head section of the page.You could use $$HtmlHead field or “Html Head content” properties of the page/form to do this.

If you want to customize favicon you could show notes database icon with the following code :

DB := @ReplaceSubstring(“/” + @WebDbName; “//”; “/”);

“<link rel="SHORTCUT ICON" HREF="” + DB + “/$Icon" />”

I hope this solution is useful.

Damiano

Subject: Frameset favicon.ico

I think he/she was trying to find a way to add the favicon when using a Frameset. There doesn’t seem like an easy way to do this because you can’t add a $$HtmlHead field on a Frameset and the “HTML Head Content” property that can be used in a form doesn’t seem to be available on Framesets.

Subject: Frameset favicon.ico

I have same problem. In notes you can do it from “Resources >> Icon” but it is not working for web apps. Because you cannot edit frame’s head tag although you can do for forms, pages… I cannot find any solution :frowning:

For forms, pages etc. you will add this code to html head content:

Subject: Frameset favicon.ico

I found a way which should work. I haven’t tried it yet and it is a very hackish way of doing it using the Frameset title formula.

I’ll probably feel the need to take a shower after implementing it:

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/e332dd8cb7d358c885256d55005906c4?OpenDocument

http://www-10.lotus.com/ldd/46dom.nsf/869c7412fe5d56b7852569fa007826e3/4271c995e919415b85256dd00049d834?OpenDocument