以下是引用huhu15964在2006-11-7 9:59:50的发言:代码就看懂一点! 能说下怎么改吗?
<td width=\"17%\"> 用户名:<\/td>");
document.writeln(" <td width=\"20%\"><input class=\"textbox\" size=\"10\" name=\"Username\" \/><\/td>");
document.writeln(" <td width=\"12%\">密 码:<\/td>");
document.writeln(" <td width=\"21%\"><input class=\"textbox\" type=\"Password\" size=\"10\" name=\"Password\" \/><\/td>");
document.writeln(" <td class=\"2\" width=\"15%\"><input class=\"ImagePlayerArea2\" type=\"image\" src=\"<%=KSCMS.GetDomain%>images\/login.gif\" name=\"loginsubmit\" \/>");
document.writeln(" <\/td>");
document.writeln(" <td width=\"15%\"><a href=\"<%=KSCMS.GetDomain%>User\/UserReg.asp\" target=\"_blank\"><img src=\"<%=KSCMS.GetDomain%>images\/reg.gif\" border=\"0\" twffan=\"done\" \/><\/a><\/td>");
document.writeln(" <\/form>");
document.writeln(" <\/tr>");
document.writeln(" <\/tbody>");
document.writeln(" <\/table>");
这是代码
"><img src=\"<%=KSCMS.GetDomain%>images\/reg.gif\" border=\"0\" twffan=\"done\" \/>
改为:
"><img src=\"<%=KSCMS.GetDomain%>images\/reg.gif\" border=\"0\" align=\"absmiddle\" twffan=\"done\" \/>
这样试试!