Results 1 to 3 of 3

Thread: Actualizing Page

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    Cádiz (Spain)
    Posts
    7
    I have a problem with IE5.

    I want to open an ASP page that changes a session variable with a script that uses the method OPEN. With Netscape it works but with IE5 the page appears but the variable doesn´t change until I actualize the page myself. Is there any way to force the page to actualize as it loads?

    Thanks a lot to any response.

    P.d. Sorry about my English

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    you can put this on top of your asp page:

    response.expires=0

    that way your page will never be cached

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    Cádiz (Spain)
    Posts
    7

    Smile

    Thanks Sebs!

    I found it already this way to do it in another forum.

    See you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width