HTML代码问题,请高手赐教!!!!!

来源:百度知道 编辑:UC知道 时间:2024/06/21 14:23:32
<TABLE height="98%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR align=middle>
<TD>
<TABLE height=258 width=550 border=0 #333333?>
<TBODY>
<TR>
<TD>
<DIV align=center>
<P>
<FORM name=Login onsubmit="return check();" action=http://123.131.131.68:8904/Login method=post>
<DIV align=center>
<TABLE class=bt1 cellSpacing=1 cellPadding=5 width="100%" bgColor=#ffffff border=0>
<TBODY>
<TR bgColor=#333333>
<TD width="38%">
<DIV class=word align=center><STRONG>昵 称:</STRONG></DIV></TD>
<TD class=word width="62%"><INPUT maxLength=10 size=15 name=user> </TD></TR>
<TR bgColor=#333333>
<TD

模态对话框 showModalDialog 在IE7下同样显示URL地址, 何况FIREFOX等一些浏览器也不支持模态对话框。唯一的方法是用 DIV 元素模拟构造一个窗体, 当点击这个DIV窗体后,进入一个新的(或当前页面),然后销毁或隐藏DIV窗体。

用 showModalDialog('控制.htm',window,"dialogTop:1px;dialogLeft:1px")
来弹出窗体,这样是没有地址的子窗口

<%
'就算是隐藏了地址栏的弹出窗口,只要按下F11就一样可以看到IE地址栏了

'打开窗口的代码应该是加在你的FROM提交的那个页面上,在验证信息之后:
'加在验证通过之后
response.write "<script>window.open('页面.html','','scrollbars=yes,width=0,height=0')</script>"

'建议贴出提交后的那个验证页面代码
%>