Hi all!<br>I need to disable history for Netscape. <br>I've used the server side script(in VBScript)and wrote <%Response.Expires=0%>. <br>In IE this is enough for not using a cached page, but reloading it from fresh.<br>Also in NetScape, on some servers it works, and on some it doesn't.<br>So, I thought maybe JavaScript in the client side would help me convince NetScape not to cash the pages.<br><br>Can your experience help me?<br>Yours Yael