jsp通过按钮打开一个小窗口并向窗口传递参数
3个回答
展开全部
打开小窗口传值?什么样的小窗口啊?是dialog吗?下面是个最简单的弹框~~
<html>
<head>
<title>hello</title>
<script type="text/javascript">
function fun(str){
alert(str);
}
</script>
</head>
<body>
<input type="button" value="按钮" onclick="fun('hello!')"/>
</body>
</html>
<html>
<head>
<title>hello</title>
<script type="text/javascript">
function fun(str){
alert(str);
}
</script>
</head>
<body>
<input type="button" value="按钮" onclick="fun('hello!')"/>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个很多,关键是看你打开什麽样的小窗口
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
function onActionPopup()
{
//获取参数略...........
//打开模式窗口
window.showModelessDialog('TMS_ORDER001Popup_ISRT.jsp',参数,'center:yes; edge:sunken; status:no; dialogWidth:1000px; dialogHeight:650px; scroll:no;');
{
//获取参数略...........
//打开模式窗口
window.showModelessDialog('TMS_ORDER001Popup_ISRT.jsp',参数,'center:yes; edge:sunken; status:no; dialogWidth:1000px; dialogHeight:650px; scroll:no;');
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询