Is Their Any Alternative To HTML5 Iframe Srcdoc? - Tutorialspoint
Có thể bạn quan tâm
- Home
- Whiteboard
- Online Compilers
- Practice
- Articles
- AI Assistant
- Jobs
- Tools
- Corporate Training
- Courses
- Certifications
- Switch theme
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
The srcdoc attribute specifies the HTML content of the page to show in the iframe. The HTML <iframe> tag is used to create an inline frame.
Alternative of the srcdoc attribute will be:
var doc = document.querySelector('#demo').contentWindow.document; var content = '<html></html>'; doc.open('text/html', 'replace'); doc.write(content); doc.close();
V Jyothi Updated on: 2020-01-29T10:14:05+05:30 766 Views
Kickstart Your Career
Get certified by completing the course
Get StartedTừ khóa » Html5 Alternative To Iframe
-
Alternatives Of Iframe In HTML - Delft Stack
-
Alternative To IFrames With HTML5 - Stack Overflow
-
Alternative To IFrames In HTML5 - GeeksforGeeks
-
What Is An Alternative To IFrame With HTML5? - Quora
-
From Object To Iframe — Other Embedding Technologies
-
4 Iframe Alternatives For Better Content Optimisation - Return
-
Alternative Way For Iframe In Html 5 - CodeProject
-
Alternatives To IFrame Tag In HTML? - QA With Experts
-
HTML Iframe Tag - W3Schools
-
Alternative For Frames In Html5 Using Iframes
-
Alternatives To HTML5 Iframe Srcdoc? - Tutorialspoint
-
Alternative To Iframe For External Website
-
Alternative To Iframes With Html5 - ADocLib
-
Javascript – Alternative To Iframe - ITecNote