| 
   
 
 
  
   
  Home 
      
FrontPage Hosting 
        
mySQL Hosting 
      
Dedicated Servers 
      
Managed Services 
        
Domain Parking 
 | 
    
 
 
 
  
    
Search our FrontPage Support Area 
FrontPage Support Area Site Map 
     
   
 
 
    How to prevent your pages from being cached by the browser
    Add the following HTML in between the <HEAD> and </HEAD> tags of your page: 
    
      <meta http-equiv="Expires" content="-1"> 
     
    FrontPage Steps: 
      - Edit the page in FrontPage Editor.
 
      - Right click within the page, and select page properties.
 
      - Click on the Custom Tab.
 
      - Click on Add (System variables).
 
      - Enter "Expires" (no quotes) for the name.
 
      - Enter "-1" (no quotes) for the value.
 
      - Click OK all of the way out.
 
      - Save the page.
 
     
    -- Peter Abraham 
     |