
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
Page build in HTML and wanted to load into JS view in SAPUI5 application.
The most commonly used way of doing this is to embed the HTML page as an iframe. Here is the example.
new sap.ui.core.HTML({ preferDOM: true, content: "<iframe src='http://www.yourdomain.com'></iframe>" });
It can also be loaded using AJAX call or display using sap.ui.core.HTML, but it will depend upon your HTML page.
- Related Articles
- Error Failed to load resource in SAPUI5 application
- Footer not working in my SAPUI5 application
- How to store custom data private to the page or application in HTML?
- How to load an HTML file into the canvas?
- How to load external HTML into a using jQuery?
- How can a page be forced to load another page in JavaScript?
- Getting data in SAPUI5 application from backend tables in NetWeaver
- How to use jQuery.getScript() method to load external js files?
- How to load a page in div using jQuery?
- Accessing element which is defined SAPUI5 application
- Request Timeout while using Odata call to a gateway in SAPUI5 application
- How to make page links in HTML Page?
- Build and deploy a flask application inside docker
- Static HTML elements are written directly in SAPUI5
- How to use external “.js” files in an HTML file?

Advertisements