path = "../cgi-bin/"; lvOut = new LoadVars(); laden.onRelease = function() { lvOut.user = "andi" lvOut.send(path+"posttest.pl", "_blank", "POST"); }; xmlladen.onRelease = function() { loginXML = new XML(); loginElement = loginXML.createElement("LOGIN"); loginElement.attributes.user = "andi"; loginXML.appendChild(loginElement); loginXML.send(path+"posttest.pl", "_blank", "POST"); }