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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lilyclar

    how to set nocache in javascript

    hi, adam0101: Thank you for your response. I use put the two statements in the header. It works partly: when I press the a link, the page the link redireted to is refreshed every time. But for the back and forward button (<-, ->), it does not force the page to refresh. I would also like the...
  2. lilyclar

    Expiring windows

    Hi, jl8789: I have the same problem as yours. I just wonder do you have to put the two statements: <meta NAME=&quot;Pragma&quot; VALUE=&quot;no-cache&quot;> <meta NAME=&quot;cache-control&quot; VALUE=&quot;no-cache&quot;> into the header of every html files? Thanks.
  3. lilyclar

    how to set nocache in javascript

    Hi: I want to &quot;set nocache&quot; to my web application so that when the user presses the back button, it forces to reload the page, not the old page. I am using javascript, server-side javascript is Livewire. Do you know how to do it? Thanks.
  4. lilyclar

    setTimeout in Javascript

    I could make use of window.setTimeout, and let it do some logout() function when time is up. But this will cause problems if I insert the window.setTimeout statement into my 50 files.For example, when one.html pops up two.html, two.html pops up three.html, then one.html will timeout first and...
  5. lilyclar

    setTimeout in Javascript

    Hi, I am not using SSL. Can I use <%session.timeout=10 %> to set the session to time out after 10 minutes inactivity. But how can I redirect to the logout.html after the timeout? Thanks. Lily
  6. lilyclar

    Setting TimeOut in JavaScript

    Hi, Shyjinka: How did you solve the problem? I have the same problem now. Thanks. Ly
  7. lilyclar

    setTimeout in Javascript

    I would like to time out the user on the server side. But how? Lily
  8. lilyclar

    setTimeout in Javascript

    Hi: I have alreay a web application using Javascript. The main.html page (below) inculdes two frames: The upper frame is the top_frame.html which is for the navigation bar; The lower frame is welcome.html responsible for the detailed dispaly of presenting data,inputting data, etc. The...

Part and Inventory Search

Back
Top