Home > front end >  How do I get in the vue use iframe embeds a third party web site under the label
How do I get in the vue use iframe embeds a third party web site under the label

Time:11-17

For use in vue iframe embeds a third party web site under the label, have what method? Now I can only get the most outside layer of the iframe, unable to get inside it under the body tag attributes

CodePudding user response:

 
Window. The onl oad=function () {
Var test=document. GetElementById (" iframe id). ContentWindow. Document. The getElementById (' to get in the iframe element id);
The console. The log (test);
Test. The style. The display="none";
}
//domain of different cases, there are cross domain, need in the web page of nested set allows access to the domain name

CodePudding user response:

reference 1st floor also night reply:
 
Window. The onl oad=function () {
Var test=document. GetElementById (" iframe id). ContentWindow. Document. The getElementById (' to get in the iframe element id);
The console. The log (test);
Test. The style. The display="none";
}
//domain of different cases, there are cross domain, need in the web page of nested set allows access to the domain name

That learning
  • Related