

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
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 Questions & Answers
- Error Failed to load resource in SAPUI5 application
- Footer not working in my SAPUI5 application
- Build and deploy a flask application inside docker
- How to load an HTML file into the canvas?
- Accessing element which is defined SAPUI5 application
- How to store custom data private to the page or application in HTML?
- 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?
- Request Timeout while using Odata call to a gateway in SAPUI5 application
- How to make page links in HTML Page?
- How to load external HTML into a <div> using jQuery?
- How to build a java web application using SAP platform and HANA database?
- How page load time affects with JavaScript?
- Static HTML elements are written directly in SAPUI5
Advertisements