K
kato
Hi,
Sorry, it's yet another newbie question
Context : I have a photoblog hosted by an ISP that do not provide
statistics. So, I have written a couple javascript(in my hosted
pages)/cgi(on another server) and I can get records of access to my
pages.
But I wish to know on which photo the visitor clicks to zoom.
If I replace this code :
.... onclick="window.open(this.href, '_blank', ...'); return false">
by :
.... onclick="window.open(this.href, '_blank', ...');
myFunction('Photo000111'); return false">
what is the code I have to put in "myFunction()", in order to get a
record of the click _without_ disturbing the page and the visitor ?
Thanks for your help,
kato
Sorry, it's yet another newbie question
Context : I have a photoblog hosted by an ISP that do not provide
statistics. So, I have written a couple javascript(in my hosted
pages)/cgi(on another server) and I can get records of access to my
pages.
But I wish to know on which photo the visitor clicks to zoom.
If I replace this code :
.... onclick="window.open(this.href, '_blank', ...'); return false">
by :
.... onclick="window.open(this.href, '_blank', ...');
myFunction('Photo000111'); return false">
what is the code I have to put in "myFunction()", in order to get a
record of the click _without_ disturbing the page and the visitor ?
Thanks for your help,
kato