Announcement

Collapse
No announcement yet.

Control Refresh in ASP pages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Control Refresh in ASP pages

    I have implemented several ASP pages like control.asp, etc. The appear to refresh on their own. Is there a way to control if and when they refresh? There are several pages that are static that I don't want to burden then network with refreshing.

    #2
    Turn off refresh in web server options and use a variation of this line response.Send "<META HTTP-EQUIV=Refresh CONTENT=300>". The syntax will be different depending on what you put it in. This is for an ASP file. Hope this helps...JG
    3.0.0.548: HS3PRO - 3.0.5.10: AIAlert - 2.1.1.0: APIWeather - 2.0.64.0: BLBackup - 2.0.45.0: BLLAN - 2.0.37.0: BLRoombaWifi - 1.0.0.3: DevLog - 1.2.5.15: KeyPad - 3.0.2.25: NetCAM - 0.0.0.52: Pushover 3P - 3.0.0.5: SendVFD - 1.0.0.3: Tiles - 3.0.11.0: Z-Wave

    Comment


      #3
      Perfect works like a champ...

      Thanks.

      Comment

      Working...
      X