How to refresh iframe 1. To refresh, you can use javascript's document.fr.location.reload() 2. You can also modify document.fr.location.href to achieve the refresh function For example: Copy code The code is as follows:<iframe name="fr" width="96%" src="alert_search.do?method=findSys"></iframe> <script type="text/javascript"> function show_syslog(id){ document.fr.location.href="/alert_search.do?method=findSys&id="+id; } </script> <input type="button" onclick="javascript:show_syslog(1)"> Note: Do not use both methods at the same time. If you use them at the same time, they will be submitted twice. Copy code The code is as follows:document.fr.location.href = "your.html"; document.fr.location.reload(); |
<<: Detailed explanation on how to modify the default port of nginx
>>: Example code of how to implement pivot table in MySQL/MariaDB
This article shares the specific code of JavaScri...
English: A link tag will automatically complete h...
With the rise of mobile terminals such as iPad, p...
sshd SSH is the abbreviation of Secure Shell, whi...
Tomcat server is a free and open source Web appli...
1. Requirements description Display the delete ic...
Request logic Front-end --> Request nginx via ...
1. Introduction The EXPLAIN statement provides in...
Table of contents Preface –link Custom Network As...
Table of contents 1. What is Promise? 2. Why is t...
Table of contents Preface How does antd encapsula...
Table of contents 1. JavaScript can change all HT...
Recently, the server has been frequently cracked ...
Problem 1: Baidu Map uses tiled images (the map i...
In some cases, the data in data needs to be reuse...