Roman Pfarrhofer: Formular Problem

Beitrag lesen

Hallo Karl

Versuche eimal den Script-Tag um die Funktion zu geben!

Roman

function go() {
                   location.href = 'http://www.xxx.yyy/' + document.passwordForm.userid.value + '/' + document.passwordForm.password.value + '.shtml';
                   return false;
               }
</head>

Danke schonmal imvoraus

Karl