JS Pop-up Login window original, reproduced please specify: www.111cn.net
<script language= ' JavaScript ' >
<!--
function Opendb ()
{
var Myalert = document.getElementById ("alert");
MyAlert.style.display = "block";
MyAlert.style.position = "absolute";
MyAlert.style.top = "50%";
MyAlert.style.left = "50%";
MyAlert.style.marginTop = " -75px";
MyAlert.style.marginLeft = " -150px";
MYBG = document.createelement ("div");
Mybg.setattribute ("id", "MYBG");
Mybg.style.background = "#000";
Mybg.style.width = "100%";
Mybg.style.height = "100%";
Mybg.style.position = "absolute";
Mybg.style.top = "0";
Mybg.style.left = "0";
Mybg.style.zIndex = "500";
mybg.style.opacity = "0.3";
Mybg.style.filter = "Alpha (opacity=80)";
Document.body.appendChild (MYBG);
Document.body.style.overflow = "hidden";
}
function Mclose ()
{
var Mybg=document.getelementbyid ("Mybg");
var Myalert = document.getElementById ("alert");
MyAlert.style.display = "None";
Mybg.style.display = "None";
}
-->
</script>
<div id= "alert" ><form name= "Form1" Post "method=". /re_login.php ">
<p><label> Password: </label><input type= "password" type= "password" class= "input1" name= "pwd" onmouseover= "This.style.border= ' 1px solid #f60 '" "onfoucs=" this.style.border= ' 1px solid #f60 ' "onblur=" This.style.border= ' 1px solid #ccc ' "/></p>
<p><label> Verification Code: </label><input type= ' text ' class= ' input1 ' size= ' name= ' ver ' ' onmouseover= ' This.style.border= ' 1px solid #f60 ' "onfoucs=" this.style.border= ' 1px solid #f60 ' "onblur=" this.style.border= ' 1px solid #ccc ' "><span></span></p>
<p><input name= "Submit" type= "Submit" class= ' Sub ' value= ' login ' ><input type= ' reset ' value= ' reset ' class= ' Sub "/></p>
</form>
</div>