Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

clixing on anchor linx

Name: Anonymous 2011-09-20 7:48

are they  recorded? for example, if i go to www.coolmovies.com and i clix on link to www.coolmovies.com#gaysex, is it possibble to record it by webmasta?

Name: Anonymous 2011-09-20 18:14

Simply HTML5 way would be to do:

window.onhashchange = function() { alert(location.hash) }

But of course you don't know if the browser implements onhashchange, so what you need to do is rewrite every link to end with !hash instead of #hash. This causes an (easily trackable) GET request to be sent to the server. The server can use mod_rewrite to respond with 302 to the original file with a #hash.

Bonus points if you combine the two approaches.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List