It is mainly a CSS style control and a META tag; Copy code The code is as follows:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META NAME="save" CONTENT="history"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style> input{ behavior:url(#default#savehistory); } textarea{ behavior:url(#default#savehistory); } </style> <title> ex1 </title> </head> <body> <input name=t1 type=text style="font-size:18">My information is still there <input name=t2 type=text style="font-size:18"> <input type="radio" name="rd" value="1" /> <textarea name="tx" id="tx"></textarea> <p> <a href="http://www.baidu.com"> click here </a> </p> <body> </html> |
<<: Intellij IDEA quick implementation of Docker image deployment method steps
>>: Share 5 JS high-order functions
Table of contents 1. Overview 2. Parameters for c...
Why optimize: With the launch of the actual proje...
I installed node to the D drive, and I also neede...
Table of contents 1. List interface display examp...
If you want to wrap the text in the textarea input...
This article shares with you how to use Vue to im...
Table of contents What to do when registering an ...
Anti-shake: Prevent repeated clicks from triggeri...
Whether MySQL needs to commit when performing ope...
1. AIDE AIDE (Advanced Intrusion Detection Enviro...
This article uses an example to describe how to r...
1. Add MySQL Yum repository MySQL official websit...
Introduction: Lambda Probe (formerly known as Tom...
In the previous article, I introduced the detaile...
Table of contents Preface Implementation ideas Im...