CSS 스타일 컨트롤과 META 태그는 IE 제출 양식 기록 기록을 실현할 수 있습니다. 클릭하면 정보가 여전히 남아 있으며 도움이 필요한 친구는 아래에서 참조할 수 있습니다.
주로 CSS 스타일 컨트롤과 META 태그입니다.
코드는 다음과 같습니다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <!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" >我的信息都还在
<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>
|
로그인 후 복사
더 많은 CSS 컨트롤이 IE 제출 양식 기록 기록을 구현합니다. 클릭 반환 정보는 여전히 기사와 관련이 있습니다. PHP 중국어 웹 사이트에 주목하세요!