Welcome, Guest
  • Author Topic: Variable clean out. THEY MUST GO!!  (Read 608 times)

    Anthony H.

    • Server what's that
    • *
    • Posts: 16
      • View Profile
      • Email
    Variable clean out. THEY MUST GO!!
    « on: 08/06/03, 16:58 »
    Heh

    Is there a way in one line or two (whatever it takes) to flush out all the variables as if I was to open a new browser?

    Like when I refresh, the stuff wont take affect unless I close and open the browser.... Weird...

    -Anthony

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re:Variable clean out. THEY MUST GO!!
    « Reply #1 on: 08/07/03, 03:49 »
     ??? ??? what do you want  ??? ???

    if we'd know what you are targeting for, we might know how
    happy flashing
    8)
    Ronald

    Musicman

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 2685
      • View Profile
      • Email
    Re:Variable clean out. THEY MUST GO!!
    « Reply #2 on: 08/07/03, 13:03 »
    Hi,

    I guess the variables he really wants to go are those sitting in the browser cache, not those sitting in the movie player :)

    There are two witch's brooms
    if you load from a textfile, you can put some  random?stuff=xyz tyoe onto the end of the url so that the browser dioes not recognize it as the same thimg
    you can use anti-cache heders if you load variables from a server script rather than a text file
    With a server script you can also make sure that at least one variable is POSTed to the server - if the browser still caches the response, it does something terribly wrong

    Musicman