Html Webpage links,open page from stored offline data,page is not refreshed?

Zalman

New member
Hello everyone,

I created a html webpage.It has links such as "Home" "Download" "Contact" ....etc

My problem is,whenever i click on a link,if i've previously been to that page, it opens the page with the stored offline data.So the page isn't updated until i manually refresh the page.

This can get quite annoying since visitors would open up the webpage in 2 days to see if there is anything different,but all they'll see is same page from before.Unless they refresh the page of course.

I tried it and no matter how long it's been, when i enter an html page,if i've been there, the page is not updated.

i tried
<a href"http://asdasd.com/download.html">Download</a>
<a href"download.html">Download</a>
<a href"../download.html">Download</a>

Anyone know what i'm doing wrong?

Regards,
Zalman
 
Back
Top