Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 8th, 2005, 10:59 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default Response.CacheControl Properties

Good day - I am aware of
 Response.CacheControl = "Private"
 Response.CacheControl = "Public"
Is
 Response.CacheControl = "no-cache"
a valid property?

It seems MS do not mention it:
http://www.microsoft.com/windows2000...p/vbob0rvw.htm

however other sites do:
http://lab.artlung.com/other/anti-cache/

I went down this road as a result of discovering 'refreshing a parent window' fails to work if this property is incorrect Eg:
<script language = JavaScript>
  opener.history.go(0);
  self.close();
</script>

I am a little confused and would appreciate more experienced advice

TYIA

Wind is your friend
Matt
__________________
Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
columnlabel(still no response) marholarnkij_S VB How-To 0 February 14th, 2005 09:46 PM
i need a response to my q..:-) noor ASP.NET 1.0 and 1.1 Basics 1 January 14th, 2005 05:10 PM
NO PHP response mkoohian BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 5 October 12th, 2003 02:59 PM
Response.ContentType jcsierra ASP.NET 1.x and 2.0 Application Design 0 September 8th, 2003 11:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.