Hi,
var Ziel = ("http://www.xxxxx.de/cgi-bin/...%5D&qVal=","");
was ist das?
function goUrl(param) {
var Ziel = "Deine_URL.html?myParm=" + param;
location.href = escape(Ziel); // url encoding per escape
}
Gruesse Joachim
Hi,
var Ziel = ("http://www.xxxxx.de/cgi-bin/...%5D&qVal=","");
was ist das?
function goUrl(param) {
var Ziel = "Deine_URL.html?myParm=" + param;
location.href = escape(Ziel); // url encoding per escape
}
Gruesse Joachim