<a href="#" onclick="deineFunktion('a', 'B', 'c');return false">
var session = "......";
function deineFunktion( a, b, c)
{
window.location.href = 'deineSeite.php?'
- 'a=' + a
- '&b=' + b
- '&c=' + c
'&session=' + session
;
}
ok warte, ich teste schnell :)
hmm das a, b, c in der funktion ist ja der variablenname stimmts? und das 'a','b','c' im link der inhalt?