How do you add a favicon to the web server on an IBM i?
There does not seem to be a way to do this in a LANSA web page, so it looks like it needs to be done at the server.
How to add a favicon
-
- Posts: 176
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: How to add a favicon
Hi,
it IS a property of PRIM_WEB, the Web Page itself, it's the Icon property.
You should even be able to change it at runtime.
Danny
it IS a property of PRIM_WEB, the Web Page itself, it's the Icon property.
Code: Select all
Begin_Com Role(*EXTENDS #PRIM_WEB) Icon(#SYDIMG01)
Danny
Re: How to add a favicon
Gah, Looks like I somehow missed that.
That works, thanks.
That works, thanks.