Das steht in meinem Quelltext. Ist das richtig so? Mir kommt das mit FireFox is a bitch etwas komisch vor.
var ajax = new Array();
function TrackClick(link,title) {
var index = ajax.length;
ajax[index] = new sack();
ajax[index].requestFile = "http://www.spielzeugdeals.de?wp_click_track…22+title+%22***";
ajax[index].onCompletion = null;
[COLOR=Red]//FireFox 3 is a bitch[/COLOR]; it doesn't track links which open in "self"
var onunload_ran = 0;
window.onunload = function () {
onunload_ran = 1;
ajax[index].runAJAX();
}
if(onunload_ran == 0){
ajax[index].runAJAX();
}
return true;