Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stop caching a text file.

Status
Not open for further replies.

MikeWiz628

Programmer
Dec 24, 2002
22
US
When a user selects a report to open on my page, the page will refresh with these set of codes at the top of my file called rmscontent.aspx.net:
Response.Write(&quot;<SCRIPT Language=VBScript>&quot; & vbCrLf)
Response.Write(&quot;window.open &quot; & &quot;(&quot;&quot;&quot; & OpenRptName & &quot;&quot;&quot;) &quot; & vbCrLf)
Response.Write(&quot;</SCRIPT>&quot;)

It's basically a text file. However, if the most recent was opened, then any older files won't open, only this one. It stays cached. The text files resides on the web server and if I look at that file it's the exact one the user clicked on. Your help is appreciated. Thanks in advance!

I've been reading some of the cache FAQs here, but I'm not sure if this will work in my situation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top