为什么点提交没有反应?
   <form neme="from1" action="" method="post">
     用户名:<input name="name" type="text"/>
     密码:<input name="password" type="password"/>
     <input type="button" value="submit1" 
     onclick="javascript:document.form1.action='login/login'; document.form1.submit();"/>
    </form>