Code:
<%Option Explicit%>
<HTML>
<%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%>
<frameset cols="100,100%,50">
<frame name="nav" src="nav.html" target="Hauptframe">
<frame name="Hauptframe" src="firstsite.html" target="_self">
<frame name="info" src="chatbox.html" target="_blank">
<%End if%>
</HTML>
Das funktioniert!
Wenns bei dir wie behauptet nicht funzt musst du einen Fehler haben!
Poste bitte mal deinen Source!