① Window. onload = setTimeout ('function name', 0) on the page)
In this way, your operations will be performed after you go back to the page and read the cache.
② None of the following is cached
// Cache not allowed
// Response. Buffer = true;
// Response. expiresabsolute = datetime. Now. adddays (-1 );
// Response. cache. setexpires (datetime. Now. adddays (-1 ));
// Response. expires = 0;
// Response. cachecontrol = "no-Cache ";
// Response. cache. setnostore ();
③ The following describes how to integrate the metadata with CSS.
<Head>
<Meta name = "save" content = "History">
<Title> ex1 </title>
</Head>
<Body>
<Input name = T1 type = text style = "font-size: 18" style = "behavior: URL (# default # savehistory)"> my information is still in
<Br>
<Input name = t2 type = text style = "font-size: 18"> where did I go ??
<P>
<A href = "/"> click here </a>
</P>
<Body>
</Html>