摘要:
function handleLine() { var rq = $("input[name='rq']").val(); var params = { rq: rq }; $.ligerDialog.open({ url: __ctx + "/xx/jj/xx/list.ht?rq=" + rq, 阅读全文
posted @ 2019-05-08 17:42
爱跳舞的程序员
阅读(243)
评论(0)
推荐(0)
摘要:
//在子页面写onunload方法 window.onunload=function(){ //刷新父页面 window.opener.reload(); } window.location.reload(); //刷新当前页面. parent.location.reload(); //刷新父亲对象 阅读全文
posted @ 2019-05-08 17:38
爱跳舞的程序员
阅读(117)
评论(0)
推荐(0)
摘要:
<select onclick="selectData(this)"> <option value="" >--参考名称--</option> <c:forEach items="${allSimpleLineName }" var="name"> <option value="${name}" > 阅读全文
posted @ 2019-05-08 17:30
爱跳舞的程序员
阅读(729)
评论(0)
推荐(0)
摘要:
<a class="link " style="float: right;" id="closeMyWin" onclick="closeMyWin()"><span></span>关闭</a> <script type = "text/javascript" > function closeMyW 阅读全文
posted @ 2019-05-08 17:27
爱跳舞的程序员
阅读(188)
评论(0)
推荐(0)