pardon :( fehler eingeschlichen. so ist der Code
function senden(pageid) {
act = document.forms[0].faction.value;
act += pageid;
document.forms[0].target = "_self";
// bis hierhin und nicht weiter, so IE
document.forms[0].action = act
document.forms[0].submit();
}
'pageid' ist ein string, wie auch 'act' gesamt !