刘建广

博客园 首页 联系 订阅 管理

2012年7月2日

摘要: jsp代码js 代码var xmlHttp = newXMLHttpRequest();function newXMLHttpRequest() { var xmlreq; if (window.XMLHttpRequest) { xmlreq = new XMLHttpRequest(); } else if (window.ActiveXObject) { try { xmlreq = new ActiveXObject("Msxml2.XMLHTTP"); } catch(e1) { try { xmlreq = new ActiveXObject("Mic 阅读全文
posted @ 2012-07-02 15:12 刘建广 阅读(443) 评论(0) 推荐(0)

摘要: // 前台jsp应用<script type="text/javascript">function sel(currentPage) { document.forms['logsListForm'].curr.value=currentPage;document.forms['logsListForm'].submit();}</script><form action="iotlogs.do" method="post" name="logsListForm&qu 阅读全文
posted @ 2012-07-02 14:34 刘建广 阅读(204) 评论(0) 推荐(0)