js的方法
function open_Dialog(id)
{
var id=id;
var title="需要跟新的记录!!!!!!!!!!!!!!!!!";
var url="orderAction!findorderByTxd?txd="+id;
alter(url);
var Width="100%";
var Height="400";
var return_Value;
if (document.all&&window.print)
{
return_Value = window.showModalDialog(url,window,"dialogWidth=100%" + Width + "px;dialogHeight:" + Height + "px;center:yes;status:no;scroll:yes;help:no;");
alert(return_Value);
}
else
window.open("update_confirmorder.jsp","","width=100%" + Width + "px,height=20%" + Height + "px,resizable=1,scrollbars=1");
}
<!-- ${lb.transactionId } -->
${lb.fullName }
${lb.itemCode }
${lb.notes }
[color=red] 详情 [/color]
// 这个地方在调用js方法出现问题:
网页错误详细信息
用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.1)
时间戳: Thu, 27 Oct 2011 07:10:28 UTC
消息: 缺少 ')'
行: 1
字符: 14
代码: 0
URI: http://localhost:8080/Merchandise/indexAction!updateOrderBefore
把这个超连接换成其他的action 调用 不会出现问题 我肯定是这个地方的写法有问题 大家帮忙看看
/c:forEach