前台页面——js控制iframe 提交

<script type="text/javascript">
  function fndownload(id)
     {
        $('#iframe').attr('src',"${ctx}/taskManage/download.do?id="+id);
     }
</script>

<body>
<div>
<a onclick="fndownload('${task.vid}')" class="xs0 mgl2" style="cursor:hand"><i title="下载" class="icon i-xiazai"></i></a>
</div>
<iframe id="iframe" src="" ></iframe>
</body>

 

posted @ 2017-04-27 00:15  BruceDu  Views(375)  Comments(0Edit  收藏  举报