Hi,
I want to add a different coloured favicon depending on what area of the site a user is in
For example: Red for cars, blue for bicycles...etc
I want to achieve this with asp so I add an include file to all the pages then be able to determine the path to the page and from that display the correct favicon.
This would save having to go through all the pages individually and typing in the favicon name.
Are there any similar examples out there that would give me an idea on this?
I’ve been looking, but haven’t found anything.
Thanks.
I want to add a different coloured favicon depending on what area of the site a user is in
For example: Red for cars, blue for bicycles...etc
I want to achieve this with asp so I add an include file to all the pages then be able to determine the path to the page and from that display the correct favicon.
Code:
<!-- #include file="../favicon/favicon.asp" -->
This would save having to go through all the pages individually and typing in the favicon name.
Are there any similar examples out there that would give me an idea on this?
I’ve been looking, but haven’t found anything.
Thanks.