• Js 动态 build iframe

    function showImg( tid ) { document.write('<iframe id="'+tid+'" src="javascript:parent.src['+tid+'];" onload="javascript:this.width=75;this.height=125;" frameBorder="0" scrolling="no" width="100%"></iframe>'); }

    Js build iframe 的来源内容

    window.src=[]; <%=xxx.each do |t| %> window.src[<%=t.id%>] = "<a href='javascript:void(0)' onclick='window.parent.gotoUrl(<%=t.id%>)' ><img src='<%=t.img_url%>=h116'></a>"; <%end%>

    Js build 调用对象

    <%=xxx.each do |t| %> showImg( tid ) <%end%>