function showalert(id) { if (id=="send") { alert("你没有登陆,请个人用户登陆后使用"); location.href="../../Person/Per_Login.asp"; } } function openwin() { disp=window.open("","rslt","width=500,height=320,resizable=yes"); disp.focus(); }