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 Preface Option 1: Option 2: Opt...
explain is used to obtain query execution plan in...
Problem phenomenon: [root@localhost ~]# docker im...
Table of contents 1. Why NanoID is replacing UUID...
The implementation principle of chain programming...
1. Introduction to Macvlan Before the emergence o...
Pure front-end implementation:切片上傳斷點續傳.斷點續傳needs ...
1. Create a new object using the Object.create() ...
The format of textarea can be saved to the databas...
Why do we need to build a nexus private server? T...
1. SSH remote management SSH is a secure channel ...
The complete syntax of the select statement is: S...
Preface When scroll events such as scroll and res...
--When connecting to the database, the matching r...
This article example shares the specific code of ...