also ich schreib die framesets immer ausserhalb vom body, normalerweise so zwischen </head> und <body>
Code:
<%Option Explicit%>
<HTML>
<Head>
<link rel=stylesheet type="text/css" href="../style1.css">
</head>
<%If Request.Form("pass") <> "password" Then%>
<body size="1" topmargin="45" align="center">
<table style="border-collapse: collapse" bordercolor="#000000" cellspacing="0" cellpadding="0" width="600" border="0" align="center">
<tr>
<td style="border-right: 1px solid; border-left: 1px solid; border-top: 1px solid; border-bottom: 1px solid" width="100%" bgcolor="#0066ff" height="16"><font size="1"> </font></td>
</tr>
<tr>
<td width="100%" height="4"</td>
</tr>
<tr>
<td style="border-right: 1px solid; border-left: 1px solid; border-top: 1px solid; border-bottom: 1px solid" width="100%" bgcolor="#0337bc" height="16" align="center"><font face="verdana, arial, helvetica, sans-serif" size="1">
Passwort Bitte !!!
<form action="Admin.asp" method="post"><input name="pass" type="password"><input type="submit" value="OK"></form></font></td>
</tr>
<tr>
<td width="100%" height="4"</td>
</tr>
<tr>
<td style="border-right: 1px solid; border-left: 1px solid; border-top: 1px solid; border-bottom: 1px solid" width="100%" bgcolor="#0066ff" height="16"><font size="1"> </font></td>
</tr>
</table>
</BODY>
<%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>
Und mit <code> </code> (ersetze < mit [ und > mit ])kannst du hier Code inkl. jeder Formation darstellen
