Hallo,
ich habs bisher so gehandhabt, vielleicht liegts an getURL
comment = comment.text;
getURL("mail.php", "_blank", "GET");
Naja, "_blank" ist ja wohl das Zielfenster (target).
Probiere es mal so:
this.loadVariables("mail.php");
Das sollte die Daten defaultmaeßig per GET uebergeben oder in erweiterter Form so: this.loadVariables("mail.php",0,"GET");
MfG, Thomas