Put frameset in body through iframe

Put frameset in body through iframe
Because frameset and body are on the same level, you cannot put frameset in body. You can put an iframe in a page first, and then redirect it to a page, and put frameset in this page

Copy code
The code is as follows:

<body style="width:100%;height:100%;overflow:hidden;border:none;margin:0" >
<iframe id="main_div_warp" src="<%=basePath%>pages/main.jsp" style="width:100%;height:100%" frameBorder="0"></iframe>
</body>

<<:  MariaDB-server installation of MySQL series

>>:  CSS removes the dotted border generated when clicking a link. Compatible with browsers that meet W3C standards

Recommend

JavaScript uses promise to handle multiple repeated requests

1. Why write this article? You must have read a l...

How to add interface listening mask in Vue project

1. Business Background Using a mask layer to shie...

Solution for applying CSS3 transforms to background images

CSS transformations, while cool, have not yet bee...

How to remotely connect to MySQL database with Navicat Premium

The party that creates a new connection is equiva...

jQuery plugin to achieve image comparison

This article example shares the specific code of ...

Detailed explanation of MySQL/Java server support for emoji and problem solving

This article describes the support and problem so...

How MySQL Select Statement is Executed

How is the MySQL Select statement executed? I rec...

Detailed steps for yum configuration of nginx reverse proxy

Part.0 Background The company's intranet serv...

How to make if judgment in js as smooth as silk

Table of contents Preface Code Implementation Ide...

Ubuntu terminal multi-window split screen Terminator

1. Installation The biggest feature of Terminator...

Summary of MySQL database usage specifications

Introduction: Regarding MySQL database specificat...

JavaScript implements mouse drag to adjust div size

This article shares the specific code of JavaScri...