jsp button onclick

<input type="button" value="MD5哈希转换" onclick="javascript:document.getElementById(‘md5_output‘).value = CryptoJS.MD5(document.getElementById(‘md5_input‘).value);" >

<button onclick="javascript:hash(‘md5‘);"   id="btn_md5">MD5</button>

<input type="button" value="查询" onclick="location.href=‘myQuery.jsp‘">

<input type="button" value="退出"   style="width: 82px; onclick="javascript:window.close();">

<a href="class_delete.jsp?class_id=<%=rs.getLong("class_id")%>" onclick="return delete_confirm()">

<input type="button" value="显示警告框" onclick="disp_alert()">

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。