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
First, let's talk about why we use provide/in...
Preface The similarities and differences between ...
Table of contents 1. Trigger Introduction 1. What...
As components become more detailed, you will enco...
Linux change hostname command 1. If you only need...
Before using idea to write JSP files, you need to...
1. mysqlbinlog: [ERROR] unknown variable 'def...
Table of contents Project Creation Project Struct...
I recently used the MySql database when developin...
1. Uninstall npm first sudo npm uninstall npm -g ...
An interesting discovery: There is a table with a...
Recently, when using kazam in Ubuntu 20.04 for re...
Table of contents 1. Two setState, how many times...
Today, when I was installing CentOS6.2, I couldn&...
Copy code The code is as follows: <pre> <...