标签:
页面中需要动态的改变iframe的地址,方法有:
1. window.frames["chartFrame"].document.location = "<%=basePath %>/rest/chart/${id}-" + newValue;
2. document.getElementById("chartFrame").src = "<%=basePath %>/rest/chart/${id}-" + newValue;
标签:
原文地址:http://www.cnblogs.com/xiaohanima/p/5090762.html