Connecting Tech Pros Worldwide Forums | Help | Site Map

Favicon link in hidden input field?

Chuck Anderson
Guest
 
Posts: n/a
#1: Oct 29 '08
I don't even know if this is css or JavaScript, but am curious to find
out how it's done.

Someone has linked to my site's favicon (from blogspot) via a hidden
input field:

<div class='blog-icon'>
<input type='hidden' value='"path to my"/favicon.ico'/>
</div>

Does anyone know how that works?

(..... I can not find the class definition.)


--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
Nothing he's got he really needs
Twenty first century schizoid man.
***********************************


Grant
Guest
 
Posts: n/a
#2: Oct 29 '08

re: Favicon link in hidden input field?


On Tue, 28 Oct 2008 22:15:35 -0600, Chuck Anderson <websiteaddress@seemy.sigwrote:
Quote:
>I don't even know if this is css or JavaScript, but am curious to find
>out how it's done.
>
>Someone has linked to my site's favicon (from blogspot) via a hidden
>input field:
>
><div class='blog-icon'>
><input type='hidden' value='"path to my"/favicon.ico'/>
></div>
>
>Does anyone know how that works?
>
>(..... I can not find the class definition.)
Funny you mention that, I had similar thing happen here, I just renamed the
local file and told the server to return 410 for the old image name.

Couldn't be bothered making a nasty replacement image -- a tempting option?

Dunno the value of having your icon URL as a hidden field though, is it ever
displayed?

Grant.
--
http://bugsplatter.id.au
Johannes Koch
Guest
 
Posts: n/a
#3: Oct 29 '08

re: Favicon link in hidden input field?


Chuck Anderson schrieb:
Quote:
I don't even know if this is css or JavaScript,
I'd say it's HTML.
Quote:
but am curious to find
out how it's done.
>
Someone has linked to my site's favicon (from blogspot) via a hidden
input field:
>
<div class='blog-icon'>
<input type='hidden' value='"path to my"/favicon.ico'/>
</div>
input/@value is not a link. There must be some transformation to create
link from this.
Quote:
Does anyone know how that works?
>
(..... I can not find the class definition.)
Neither can we, if you don't tell us, where you found it.

--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Chuck Anderson
Guest
 
Posts: n/a
#4: Oct 29 '08

re: Favicon link in hidden input field?


Johannes Koch wrote:
Quote:
Chuck Anderson schrieb:
>
Quote:
>I don't even know if this is css or JavaScript,
>>
>
I'd say it's HTML.
>
>
Quote:
>but am curious to find
>out how it's done.
>>
>Someone has linked to my site's favicon (from blogspot) via a hidden
>input field:
>>
><div class='blog-icon'>
><input type='hidden' value='"path to my"/favicon.ico'/>
></div>
>>
>
input/@value is not a link. There must be some transformation to create
link from this.
>
>
Quote:
>Does anyone know how that works?
>>
>(..... I can not find the class definition.)
>>
>
Neither can we, if you don't tell us, where you found it.
>
Was trying to avoid posting the url to a site that hot links to mine:

Here's where blogspot tells people how to do it:
http://help.blogger.com/bin/answer.p...n&answer=97628

Here's a random example of its usage (view source - search for blog-icon).

--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
Nothing he's got he really needs
Twenty first century schizoid man.
***********************************

Closed Thread


Similar HTML / CSS bytes