jQuery怎么给iframe赋值

 我来答
钟离犁镜
2014-11-24 · TA获得超过678个赞
知道小有建树答主
回答量:461
采纳率:100%
帮助的人:205万
展开全部
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=standard600&skin=office2003" frameborder="0" scrolling="no" width="580" height="350"></iframe>


<INPUT type=button value="取值(HTML)" onclick="myTextArea.value=eWebEditor1.getHTML()" class=btn>
<INPUT type=button value="取值(纯文本)" onclick="myTextArea.value=eWebEditor1.getText()" class=btn>
<INPUT type=button value="赋值" onclick="eWebEditor1.setHTML('<b>Hello My World!</b>')" class=btn>
<INPUT type=button value="当前位置插入" onclick="eWebEditor1.insertHTML('This is insertHTML function!')" class=btn>
<INPUT type=button value="尾部追加" onclick="eWebEditor1.appendHTML('This is appendHTML function!')" class=btn>
<br>
<INPUT type=button value="代码状态" onclick="eWebEditor1.setMode('CODE')" class=btn>
<INPUT type=button value="设计状态" onclick="eWebEditor1.setMode('EDIT')" class=btn>
<INPUT type=button value="文本状态" onclick="eWebEditor1.setMode('TEXT')" class=btn>
<INPUT type=button value="预览状态" onclick="eWebEditor1.setMode('VIEW')" class=btn>
<br>
<INPUT type=button value="英文字数" onclick="alert(eWebEditor1.getCount(0))" class=btn>
<INPUT type=button value="中文字数" onclick="alert(eWebEditor1.getCount(1))" class=btn>
<INPUT type=button value="中英文字数(中文加1)" onclick="alert(eWebEditor1.getCount(2))" class=btn>
<INPUT type=button value="中英文字数(中文加2)" onclick="alert(eWebEditor1.getCount(3))" class=btn>
二牛资讯
推荐于2018-04-13 · TA获得超过736个赞
知道小有建树答主
回答量:631
采纳率:50%
帮助的人:566万
展开全部
通过iframe对象的src属性来操作:
window.frames[0].document.location = "url";
或者iframe 对象id='myiframe'
$("#myiframe").attr("src","url");
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式