Would like to submit the form by pressing enter. This script works except for N6 and N7. Why ???
function checkKey()
{
if (window.event.keyCode == 13)
{
functionSubmitFormIE(1);
}
}
function nscheckKey(e)
{
if (e.which == 13)
{
functionSubmitFormNE(1);
}
}
if...
How can i force Netscape 7 to reload the page instead of load the page from webcache ?
When set cache options = never compare the page in the cache to the page on the network.
This setting prevents the page to reload.
I've tried the following :
<META HTTP-EQUIV="pragma"...
When set cache options = never compare the page in the cache to the page on the network.
This setting prevents the page to reload.
I've tried the following :
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<%
response.expires = 0
response.expiresabsolute = Now() - 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.