I recently saw something like this in a stylesheet link tag:
What is the purpose of the highlighted text? It looks like a time stamp being sent, but I've never seen a variable passed to CSS before. My guess is that used for tracking in httpd access logs???
Thanks for the info,
B
Code:
<link rel="stylesheet" href="/css/marketer.css[highlight #ffcc99]?spts=20080307-1055[/highlight]" type="text/css" />
What is the purpose of the highlighted text? It looks like a time stamp being sent, but I've never seen a variable passed to CSS before. My guess is that used for tracking in httpd access logs???
Thanks for the info,
B