ASP在新窗口中打开固定大小的代码

来源:百度知道 编辑:UC知道 时间:2024/05/05 12:35:54
<FORM NAME="mobileform" onSubmit="return checkMobile();" action="http://www.ip138.com:8080/search.asp" method="post" target="mobilewindow" style="margin-top: 0; margin-bottom: 0">
<INPUT type="hidden" value="mobile" NAME="action">
<INPUT maxLength="11" NAME="mobile" size="14" value="13528947429" title="此查询只适用于手机号码,非手机号码将不能查询">
<INPUT NAME="submit" type="submit" value="查询" title="此查询只适用于手机号码,非手机号码将不能查询" style="BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr

<script language=javascript>
function op()
{
window.open('http://www.baidu.com','88','top=0,left=200,width=604,height=419,scrollbars=yes,resizable=no,status=yes,z-look=yes,alwaysRaised=yes,location=no,depended=no,center:yes');
}
</script>

<a href=# onclick=op()>这里打开</a>