извиняюсь, что так долго получилось.
вот "урезаный" код. проверил, в ие форма посередине субмит не передаёт.
если будете пробовать, то в action надо будет название файла подставить, иначе ие GET string не показывает
PHP код:
<body id="body" onload="hideLink()">
<div id="main">
<div id="head">
<!-- LOGIN -->
<div id="login" >
<form name="login" method="get" action="album2.htm" style="text-align:right; margin-top:0px;">
<span style="margin-right:5px;">Login:</span>
<input type="text" name="user" style="margin-right:10px; width:100px; border:#999999 1px solid;" size="10" maxlength="16"/>
<br/>
<span style="margin-right:5px;">Password:</span>
<input type="password" name="password" style="margin-right:10px; margin-top:1px; width:100px; border:#999999 1px solid;" size="10" maxlength="16"/>
<br/>
<input type="submit" name="submit_login" value="Login" class="button" style="width:103px" onmouseover="button_over(this); " onmouseout="button_out(this);"/>
<br/>
<a href="http://192.168.1.35/fotos/register" style="margin-right:10px; margin-top:1px;">Registrieren</a>
</form>
</div>
<!-- LOGO -->
<div id="logo">
<span style="font-size:16px; font-weight:bold; color:#000099;">balalala</span>
</div>
<!-- MENU -->
<div id="menu">
</div>
<!-- SUCHE -->
<div id="search">
</div>
<!-- UPLOAD -->
<div id="upload">
</div>
<!-- PATH -->
<div id="path"></div>
</div><!-- END OF HEAD -->
<!-- BANNER -->
<div id="banner" onclick="hideAll()">AAAAAA</div>
<!-- PREVIEW -->
<div id="preview" onclick="hideAll()"></div>
<!-- CONTENT -->
<div id="content" style="text-align:center;" onclick="hideAll()">
<br/>
Geben sie das Passwort ein:
<form name="passwort_request" action="album2.htm" method="get" style="margin-top:10px;">
<input type="password" name="album_pass" size="30" maxlength="20"/>
<br/>
<input type="submit" name="submit_album_pass" value="Lass mich rein!" style="margin-top:10px;"/>
</form> <div style="width:100%; height:30px; position:relative; top:0px;left:0px;"> </div>
</div>
</div><!-- END OF MAIN -->
</body>
</html>