[_] Direct scripting with CSS alone
Tim Beadle
tim.beadle at gmail.com
Wed Sep 5 13:28:35 BST 2007
On 05/09/07, Alastair Moore <alastair at kozmo.co.uk> wrote: > And even then, capturing that a user has visited google.com or > yahoo.com, there's still not a lot they can do with this data, except > display the fact it in the browser window. No - see the background urls in the css: background:url(css_scripting_kit.php?action=sendData&name=Data1&value=Test); So it's sending data, albeit not very useful data, to a server. Tim