Hi All,
I have tried the out the solution as suggested in the FAQ but the page is still cache (when press back button) the page still shows the old information.
I used the following method
*code take from faq
<%@ Language=VBScript %>
<% Option Explicit %>
<%
dim uUrl
uUrl = "uUrl=" & Date & Timer
%>
<a href = "somepage.asp?<%=uUrl%>>Test</A>
but pressing the back button does not refresh the page. I am missing something here? Any help is greatly appreciated![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I have tried the out the solution as suggested in the FAQ but the page is still cache (when press back button) the page still shows the old information.
I used the following method
*code take from faq
<%@ Language=VBScript %>
<% Option Explicit %>
<%
dim uUrl
uUrl = "uUrl=" & Date & Timer
%>
<a href = "somepage.asp?<%=uUrl%>>Test</A>
but pressing the back button does not refresh the page. I am missing something here? Any help is greatly appreciated