hello, i heard about i can make auto save option in the site, i mean the site works online the first time, and after that if the visitor's internet disconnected he can browse it offline . so is this true or not ?? beside if it is true, do u know how to make it please ? thanks a lot
try putting this in the script if it's a php site header("Expires: ".gmdate("D, d M Y H:i:s", time()+3600*24*7)." GMT"); // expire after a week header("Cache-Control: max-age=99999");