Hi an alle
@Ministerialrat Mailbomber
THX an dich das asp.spript funzt super nur bissl langsam da es ein 166mz pentium mit win2000 server ist.
nur hab ich noch eine kleine frage an dich
und zwar......
Zitat:
bsp.asp
<%Option Explicit%>
<HTML>
<BODY BGCOLOR="#000000" TEXT="#00FF00">
<CENTER>
<%If Request.Form("pass") <> "password" Then%>
<form action="bsp.asp" method="post">
<H1>Bitte Password eingeben</H1>
<input name="pass" type="password">
<input type="submit" value="los gehts">
</form>
<%Else%>
Hier gehts weiter ;-))
<%End if%>
</CENTER>
</BODY>
</HTML>
|
geht das den so auch ohne probs?
bsp.asp
<%Option Explicit%>
<HTML>
<BODY BGCOLOR="#000000" TEXT="#00FF00">
<CENTER>
<%If Request.Form("pass") <> "password" Then%>
<form action="bsp.asp" method="post">
<H1>Bitte Password eingeben</H1>
<input name="pass" type="password">
<input type="submit" value="los gehts">
</form>
<%Else%>
Amdin menü
<a href=gästebuch.pl?action=admin">gästebuch admin</a>
<a href=news.pl?action=admin">news admin</a>
<a href=usw.pl?action=admin">usw....</a>
<%End if%>
</CENTER>
</BODY>
</HTML>
---------------------------------------------------------