U
Unregistered
Guest
Hi...
Folgendes Problem.
<!--Don't forget to add your FREE HitBOX statistics to your web page. To
do so, click on Online Services\HitBox Statistics...-->
<!--
//Dieses Skript stammt von Michael Mailer´s JavaScripts
//URL: http://www.webaid.de/js -- eMail: mm@webaid.de
//Bitte entfernen Sie diesen Vermerk nicht !
function go() {
location.href = 'http://www.xxx.yyy/' + document.passwordForm.userid.value + '/' + document.passwordForm.password.value + '.shtml';
return false;
}
//-->
</BODY>
<FORM NAME="passwordForm" onSubmit="return go()">
<P>User-ID: <INPUT NAME="userid" TYPE="TEXT">
<P>Passwort: <INPUT NAME="password" TYPE="PASSWORD">
<INPUT TYPE="BUTTON" VALUE="Enter" onClick="go()">
</FORM>
diese Script hab ich hier gefunden,werd aber net schlau drauß.
Wo muss ich den meien ID NUmmer eingeben und das Passwort und die ZielURL(wüßte ich schon selber,will aber auf nummer sicher gehen).?????
Ich hoffe es kann mir mal jemand weiterhelfen.
Folgendes Problem.
<!--Don't forget to add your FREE HitBOX statistics to your web page. To
do so, click on Online Services\HitBox Statistics...-->
<!--
//Dieses Skript stammt von Michael Mailer´s JavaScripts
//URL: http://www.webaid.de/js -- eMail: mm@webaid.de
//Bitte entfernen Sie diesen Vermerk nicht !
function go() {
location.href = 'http://www.xxx.yyy/' + document.passwordForm.userid.value + '/' + document.passwordForm.password.value + '.shtml';
return false;
}
//-->
</BODY>
<FORM NAME="passwordForm" onSubmit="return go()">
<P>User-ID: <INPUT NAME="userid" TYPE="TEXT">
<P>Passwort: <INPUT NAME="password" TYPE="PASSWORD">
<INPUT TYPE="BUTTON" VALUE="Enter" onClick="go()">
</FORM>
diese Script hab ich hier gefunden,werd aber net schlau drauß.
Wo muss ich den meien ID NUmmer eingeben und das Passwort und die ZielURL(wüßte ich schon selber,will aber auf nummer sicher gehen).?????
Ich hoffe es kann mir mal jemand weiterhelfen.