i33333
注册会员

UID 72783
精华
0
积分 70
帖子 44
金钱 70 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2006-5-4
状态 离线
|
一个关于对form的处理的问题
<form name="form1" id="" onsubmit="return a_js_func();" target="_blank" action="***1" method="post">
<input type="radio" name="sth" checked />
<input type="radio" name="sth" / onclick="form1.action='***2'" />
现在登陆的页面在新窗口打开,如何能在打开新窗口后,原窗口中的密码输入框中自动清空呢,即那些代表密码的字符也就没了?
|
|