View Single Post
  #1 (permalink)  
Old 06-21-2007, 05:00 AM
Bad Inferno Bad Inferno is offline
Registered User
 
Join Date: Apr 2007
Location: Australia
Posts: 21
Force a menu button to read text file (not cached)

I know this should be simple however ....I am kinda new to html tricks

I have created a simple ascii log file on my server that records errors on a continuous basis. I was hoping to have a button on my web page that simply calls this text file into a new window so I can scroll through any error messages. I am using dreamweaver and just use the open browser window function with scroll bars. Works great however the browser seems to cache the text file and never reads the updated file.

How can I configure a button that calls a new window (with scrollbar and width1000 x height 300) that forces the browser to retrieve the text file and not use its cache ?

cheers

rob Australia
Reply With Quote