E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
contentWindow
iframe通信,window.postMessage父子项目数据通信
,这样子项目才能监听到)consthandleLoad=()=>{constiframe:any=document.getElementById("cockpitIframe");if(iframe.
contentWindow
Time202051
·
2024-02-05 19:59
vue3
js
vue3
pdf高亮显示
现在前端pdf需求越来越多,比如发票的显示,文件的显示,怎么实现具体步骤百度一下吧,这里不做详细介绍,主要记录下遇到的问题1.页面pdf已经看到了,但是iframe.
contentWindow
.PDFViewerApplication
Hero_rong
·
2024-02-02 01:10
pdf
【注释修正版】tinymce paste,paste_preprocess中粘贴图片之前, 完整图片上传方法 以及使用文件服务返回的URL使用方法(使用正则获取img标签),js获取img标签。
文档里复制粘贴用的(只能一张一张复制粘贴上传),好像tinymce,paste不支持全选图片,多张上传(我懒,想少掉点头发)paste_preprocess(plugin,args){/***Property'
contentWindow
'doesnotexistontyp
_沐晨
·
2024-01-31 09:54
其它
javascript
html
Property ‘
contentWindow
‘ does not exist on type HTMLElement,类型htmlelement上不存在
contentwindow
属性
一、问题Property'
contentWindow
'doesnotexistontypeHTMLElement二、解决方法/***Property'
contentWindow
'doesnotexistontypeHTMLElement
_沐晨
·
2024-01-31 09:54
javascript
html
typescript
dom
IFrame access outside or inside iframe的坑
1.outsidetoinsideframes[id].contentWindowframes[iframe-selecter].
contentWindow
.object$(ifram-selecter
awz33279
·
2024-01-29 16:57
将iframe设置为可编辑状态
iframe设置可编辑状态时当用iframe.
contentWindow
.document.body.contentEditable="true";设置是必须等浏览器加载完iframe后才能起作用,所欲该语句必须放在加载
Pure_Eyes
·
2024-01-25 17:20
html
javascript
vue 外接html页面 iframe 使用
在使用iframe的页面时,要操作这个iframe里面的DOM元素可以用:
contentWindow
、contentDocument先获取iframe里面的window对象,再通过这个对象,获取到里面的
城南已开979
·
2024-01-24 17:37
iframe外嵌页面
vue.js
html
javascript
iframe影响浏览器页面跳转
$refs.iframeWin.
contentWindow
.location.replace(src);},原理就是让iframe这个页面只被记录一次,从而实
一个疯子a
·
2024-01-19 15:58
在页面中获取iframe中window对象,在iframe中获取上级window对象
1在页面中获取iframe中window对象constiframe=document.getElementById("myiframe")iframe.
contentWindow
获取iframe中的window
无心使然云中漫步
·
2024-01-07 06:09
javascript
javascript
前端
iframe跨域通信
在非跨域的情况下,可以通过【父调子】iframe的dom节点.
contentWindow
【子调父】window.top/window.parent来相互通信在跨域情况下,可以使用postMessage(
寻ing
·
2024-01-07 05:32
h5
JS
vue.js
javascript
前端
iframe通信(lg:父页面调用iframe页面的click方法)
获取iframe里的内容主要的两个API就是
contentWindow
,和contentDocumentiframe.
contentWindow
,获取iframe的window对象iframe.contentDocument
羊绘霖
·
2024-01-06 23:39
vue项目获取 iframe 中的DOM元素
$refs.myIframe;//获取iframe元素constiframeContent=iframe.
contentWindow
||iframe.conte
史学娇
·
2024-01-04 10:36
开发问题
vue.js
javascript
前端
uniapp使用iframe标签实现iframe高度自适应
实现代码:scrolling="no"οnlοad="this.height=this.
contentWindow
.document.documentElement.scrollHeight"
不会切肉的小辉同学
·
2023-12-27 20:29
javascript
开发语言
前端
利用iframe解决跨域请求
用iframe解决跨域问题的关键在于利用window.name属性不会随页面跳转而丢失,在parent域名下内嵌iframe请求跨域接口,将请求回来的数据结果赋值给iframe的
contentWindow
.name
小白路过
·
2023-12-27 11:01
JavaScript
ajax跨域
iframe
同源同域名下跨文档操作
同服务器、同域名下才可以操作,不能更改别人的网页iframe内页:父页面操作子页面:
contentWindow
子页面操作父页面:window.top(找到最顶级的父页面)/parent(第一父页面)新窗口页
追逐_e6cf
·
2023-11-27 09:38
使用iframe嵌套,进行数据传递到方式总结
跨域传递访问document.getElementById(‘frameObj’).contentDocument为null,访问document.getElementById(‘frameObj’).
contentWindow
web张
·
2023-11-15 09:10
工作总结
文档整理
javascript
前端
html
调用iframe中的js函数
在父页面调用iframe中的函数jsvariframe=window.document.getElementById("iframeId");iframe.
contentWindow
.methodName
奋斗de骚年
·
2023-11-06 16:00
前端相关
解决video层级过高在app的问题
直接上代码,写一个组件exportdefault{props:{src:{}},data(){return{inner:''}},created(){this.inner=`this.
contentWindow
.document.body.innerHTML
沐卿゚
·
2023-11-05 07:12
uniapp
前端
服务器
前端框架
uni-app
iFrame跨域解决办法
按情境分1、不跨域时2、主域相同、子域不同时3、主域不同不跨域时访问iframe:
contentWindow
访问父级:parent访问顶级:topa.htmlA这是高层的密码!
梅兰松竹菊
·
2023-11-02 09:37
html
js
html
iframe
跨域
iframe 父子之间通信
//父页面window.onload=()=>{//调用子方法document.getElementById('iframe1').
contentWindow
.func()//操作子domdocument.getElementById
小小的一只_01
·
2023-10-28 19:29
crmeb使用记录
.$(".J_iframe:visible")[0].
contentWindow
.location.reload();setTimeout(function(){parent.layer.close(parent.layer.getFrameIndex
jhs1873
·
2023-10-26 20:56
JS/JQUERY 父页面中如何修改 iframe 内部样式?
variframe=document.getElementById('myIframe');2、获取iframe中的文档对象:variframeDoc=iframe.contentDocument||iframe.
contentWindow
.document
Z_Xshan
·
2023-10-24 18:34
javascript
jquery
开发语言
vue中载入iframe去除滚动条自适应方法
网上查了下,感觉都不是试用,还挺麻烦的,就自己写了,然后分享下methods:{adjustIframe(e){e.target.height=e.target.
contentWindow
.document.documentElement.scrollHeight
li_yunsong
·
2023-10-24 16:55
大数据
跨域传递数据(iframe), postMessage用法
WindowpostMessage()方法语法:otherWindow.postMessage(message,targetOrigin,[transfer]);otherWindow:其他窗口的一个引用,比如iframe的
contentWindow
见路不走!
·
2023-10-23 03:17
vue
html
js
前端
html
javascript
iframe高度自适应
$refs.iframe;//iframe高度自适应varbHeight=iframe.
contentWindow
.document.body.scrollHeight;vardHeight=iframe.
contentWindow
.d
程序小小黑
·
2023-10-14 22:42
使用html2canvas+jspdf导出iframe内容到pdf文件
html2canvas.jshtml2canvas.min.jsjspdf.debug.js代码如下://生成canvas并导出pdf文件functionexportPdf(){vardom=document.getElementById('iframeId').
contentWindow
.document.docum
幻境前去
·
2023-10-07 13:04
前端
canvas
jspdf
pdf
父页面 调用 iframe的方法
父页面//Anhighlightedblock//获取iframevariframe=document.getElementById("tabList");variwindow=iframe.
contentWindow
小o-o璇
·
2023-09-27 04:08
js
javascript
ajax
html
js 不同域iframe 与父页面消息通信
与父页面消息通信访问iframe页面中的方法跨文本消息监听消息发送消息variframe=document.getElementById("myIframe");variframeWindow=iframe.
contentWindow
牙膏上的小苏打2333
·
2023-09-25 11:58
网页前端
javascript
iframe
方法调用
小记 - javascript - 父页面监控子页面的点击事件
简单记录,是可以监控的,例子如下:父页面:Titlewindow.onload=function(){var_iframe=document.getElementById('child').
contentWindow
木头就是我呀
·
2023-09-20 21:07
js 获取 iframe 页面元素
="100%"width="100%">通过父页面操作子页面获取iframe页面中的元素操作javascriptjquery方式一document.getElementById(‘myframe’).
contentWindow
.document.getElementById
Goaread
·
2023-09-19 20:32
前端
javascript
跨页面通信postMessage和onmessage
语法发送:otherWindow.postMessage(message,targetOrigin,[transfer]);otherWindow其他窗口的一个引用,比如iframe的
contentWindow
风中蒲公英
·
2023-09-18 09:11
前端
前端实用方法(持续更新...)
iframe对象1.父级页面获取iframe页面中的元素对象(关键
contentWindow
):document.getElementById(iframe的id).
contentWindow
.document.getElementById
bear_new
·
2023-09-11 20:23
postMessage 基本用法及收不到数据原因、处理办法
方法可以安全地实现跨源通信一语法:otherWindow.postMessage(message,targetOrigin,[transfer]);otherWindow其他窗口的一个引用,比如iframe的
contentWindow
圆周率v1.1
·
2023-09-07 13:10
html5
javascript
contentWindow
.document获取对话框iframe里边的body并给点击事件,检测用户活跃的各种事件的方法
//检测用户活跃情况functionisActive(){vararr=['index','login']varresult=arr.some(function(item){returnwindow.location.href.indexOf(item)>0})//result表示当前页面可能是index或者注册页面//不是index页面,不是注册页面才会去检测用户的活跃状态(鼠标移动状态)if(
隐含
·
2023-09-04 13:33
javascript
前端
html
ie上iframe操作时闪烁的问题,重新加载的问题
noCache='+Math.random()但是在ie11上不太行,试了网上那些
contentWindow
.location.reload()也不行,干脆把iframe元素删掉再加上一个$('#
没有可乐的可乐瓶子
·
2023-08-31 12:46
vue父页面给iframe子页面传值
$refs.myIframe.
contentWindow
;constdata={imgUrl:this.imgU
祈澈菇凉
·
2023-08-13 21:19
vue.js
javascript
前端
ecmascript
前端框架
记一次关于vue和iframe的跨域问题
$refs.iframe.
contentWindow
.XXX的方法不行提供可用方案:使用postMessage的方法:vue向iframe发送消息vue中的写法mounted(){//这里是监听if
啦咔
·
2023-08-10 16:29
个人笔记
前端开发
vue
iframe
父窗口获取iframe子窗口window对象和document对象的方法
dabaixiong/p/14422598.html)variframe=document.getElementById("xxx");//父窗口获取iframe子窗口对象variframew=iframe.
contentWindow
zjm_b5fe
·
2023-08-10 14:46
vue项目中使用postMessage
professionalDatum',key:'567890'}}},mounted(){window.onload=()=>{//父级页面发送消息document.getElementById('child').
contentWindow
locky丶
·
2023-08-05 08:16
与iframe通信 触发ifram中的事件
父页面:setIframe(state,id){//console.log(state,id)varframe=document.getElementById(id);frame.
contentWindow
.postMessage
Web_Lys
·
2023-08-02 06:22
Vue
js
es6
js
vue
javascript
iframe
html5
js实现iframe高度的自适应
=document.getElementById(id);if(iframe.attachEvent){window.setTimeout(function(){console.log(iframe.
contentWindow
.document.documentElement.scrollHeight
一通
·
2023-07-26 07:04
iframe高度自适应
(被撑大后,根据内容缩小)functionreinitIframe(){variframe=document.getElementById("test");try{varbHeight=iframe.
contentWindow
.document.body.scroll
相约最好的自己
·
2023-07-20 12:43
jq获取子窗口对象
$('#txtFrame')[0].
contentWindow
//获取页面的way对象$('#txtFrame')[0].
contentWindow
.way.data
菜鸟记录
·
2023-07-20 01:06
javascript
html
way.js
javascript
【Vue】 在 vue 中使用 iframe 挂载 html 文件
$refs.sheet.
contentWindow
;if(sheetWindow){sheetWindow.postMes
一颗不甘坠落的流星
·
2023-07-15 12:05
工作随记
vue.js
html
javascript
高度自适应
functionsetIframeHeight(){letiframe=document.getElementById("content");try{letbHeight=iframe.
contentWindow
.document.body.scrollHeight
_小海绵
·
2023-06-23 22:12
使用 html2canvas 将 HTML 结构导出为图片
使用constimgViewRef=ref()//元素绑定refconstdownloadHandle=()=>{//这里的元素是iframeconstelement=imgViewRef.value.
contentWindow
.document.body
ellenging
·
2023-06-14 05:46
JavaScript
html
javascript
前端
vue.js
iframe(3) ---父页面与子页面互相传值
发送给子组件vardocHeight=0;functionhandleMessage(e){//写法一lettarget=document.getElementById("tempId");target.
contentWindow
.postMessage
小白变怪兽
·
2023-04-19 13:30
javascript
前端
html
ts
contentWindow
err: ‘HTMLElement | null’ is not assignable to type ‘HTMLElement’. Type ‘null’ i...
11111.jpg解决://1.将
contentWindow
保存到变量constiWindow=(this.
chxuu
·
2023-04-15 02:25
页面嵌iframe标签,给iframe标签里的按钮添加点击事件
用.
contentWindow
.document或者.contentDocument来获取。mounted(){co
zluz_
·
2023-04-14 16:58
javascript
前端
html
iframe
获取iframe当前的url
的当前url*@param{Object}idiframe的id*/functiongetIframUrl(id){varurl=parent.document.getElementById(id).
contentWindow
.location.href
暖光_&
·
2023-04-01 05:01
js
js
iframe
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他