Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mstorsjo

  1. mstorsjo

    This submitscript works in Netscape 4 but not in N6 - N. Why???

    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...
  2. mstorsjo

    Netscape 7 won't reload the page !!!

    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=&quot;pragma&quot...
  3. mstorsjo

    How can i force Netscape 7 to reload the page ?

    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=&quot;pragma&quot; CONTENT=&quot;no-cache&quot;> <% response.expires = 0 response.expiresabsolute = Now() - 1...

Part and Inventory Search

Back
Top