<td> <input   class="btn" type="button" value="取消" onclick="cal()"/>
            </td>
            <td>
                <input  class="btn" type="submit" value="保存" />
               
            </td>
        </tr>
    </table>
    <%
        } %>
        
        <script type="text/javascript">
            function cal() {
                if (confirm('确定取消吗?')) {
                    window.location = "/SougeSystem/Account/AccountManager";
                }
            }
        
        </script>

 

相关文章:

  • 2021-05-21
  • 2021-07-17
  • 2022-12-23
  • 2021-05-30
  • 2021-11-11
  • 2022-01-03
  • 2021-10-28
  • 2021-07-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案