jquery dialog.open 急急急 在线等等jquery dialog.open 急急急 在线等等 5

<tdonclick="reverse(this)"><inputid="dialog_Test"type="button"value="修改"></td>我想点击修改按... <td onclick="reverse(this)"><input id="dialog_Test" type="button" value="修改"></td>我想点击修改按钮, function reverse(elem)
{
var trIndex=elem.parentNode.rowIndex;
alert(trIndex);
var id=document.getElementById("tsTable").rows[trIndex].cells[0].innerHTML;
var name=document .getElementById ("tsTable").rows [trIndex].cells[3].innerHTML;
var dns=document .getElementById ("tsTable").rows [trIndex].cells[4].innerHTML;
var lrq=document .getElementById ("tsTable").rows [trIndex].cells[5].innerHTML;
var userAgentCode=document.getElementById ("tsTable").rows [trIndex].cells[6].innerHTML;
alert(name+dns+lrq+userAgentCode);
}
我想把这些参数传到下一个jsp页面 但我不想跳页面 我想用jquery dialog.open怎么以弹框的形式打开jsp页面?怎么做??? <td onclick="reverse(this)"><input id="dialog_Test" type="button" value="修改"></td>我想点击修改按钮, function reverse(elem)
{
var trIndex=elem.parentNode.rowIndex;
alert(trIndex);
var id=document.getElementById("tsTable").rows[trIndex].cells[0].innerHTML;
var name=document .getElementById ("tsTable").rows [trIndex].cells[3].innerHTML;
var dns=document .getElementById ("tsTable").rows [trIndex].cells[4].innerHTML;
var lrq=document .getElementById ("tsTable").rows [trIndex].cells[5].innerHTML;
var userAgentCode=document.getElementById ("tsTable").rows [trIndex].cells[6].innerHTML;
alert(name+dns+lrq+userAgentCode);
}
我想把这些参数传到下一个jsp页面 但我不想跳页面 我想用jquery dialog.open怎么以弹框的形式打开jsp页面?怎么做???
展开
 我来答
jhy_0608
推荐于2017-05-20 · 超过44用户采纳过TA的回答
知道小有建树答主
回答量:73
采纳率:0%
帮助的人:78万
展开全部
<HTML>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<HEAD>
<link href="jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.css" rel="alternate stylesheet">
<script src="jquery-ui-1.10.3.custom/js/jquery-1.9.1.js"></script>
<script src="jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script>
<script>
$(document).ready(function(e) {
$("#popup").dialog({
autoOpen: false,
resizable: false,
closeOnEscape: false,
show: "fast",
width: 500,
modal: true,
buttons: [ { text: "Ok", click: function() { $( this ).dialog( "close" ); } } ],
title: "备忘录"
});
$("#dialog_Test").click(function(e) {
$("#popup").dialog("open");
});
});
</script>
</HEAD>
<BODY>
<input id="dialog_Test" type="button" value="修改">
<div id="popup">
<!--把jsp里面的内容复制过来-->
</div>
</BODY>
</HTML>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式