Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: A way to delete cache, history, and backbutton

  1. #1
    Join Date
    Jul 2008
    Location
    Lake Tahoe, California
    Posts
    11
    Thanks
    20
    Thanked 0 Times in 0 Posts

    Default A way to delete cache, history, and backbutton

    Hello. I am running a site for domestic violence in my area and we have an ESC button just in case they need to leave the site and view the weather.

    the only issue with that is, if the aggressor looks back in the cache, history, or clicks the back button, the person is in trouble.

    We have safety warnings telling them to view it elsewhere if they feel they might be compromised, but I know there has got to be a way to delete the history, close out the main window or tab and erase the cache, so there is no sign of them ever visiting the site.

    is there?

    Maynard

    http://www.womenofworthorg.org

    (it is being overhauled right now)

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    there is not *really* a way to do this.

    I would suggest adding something to your "alert" at the beginning which would allow the user to "back out now" before loading page if they feel their safety may be compromised by viewing the site.

    I would also suggest that the "ESC" button be larger and more noticeable. I looked for a minute or so before I saw it. I would make it "free standing" like a big red button in the upper left corner. Something you just can't miss.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. The Following User Says Thank You to TheJoshMan For This Useful Post:

    Maynard (09-25-2008)

  4. #3
    Join Date
    Jul 2008
    Location
    Lake Tahoe, California
    Posts
    11
    Thanks
    20
    Thanked 0 Times in 0 Posts

    Cool

    Yes. we are in a rework, which is why I stopped and said, "Hey, maybe I can add this ability to it."

    But since there is not a way, then, the alert will be on the pages on top--with a big red button. yes.

    thank you for your reply Nyne Lyvez.

  5. #4
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    did you catch the part about adding the "back out now" to your alert?

    This may be useful to the user to be able to leave the site to go look at the weather if they feel that they may be "compromised" by viewing the site right now.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  6. The Following User Says Thank You to TheJoshMan For This Useful Post:

    Maynard (09-25-2008)

  7. #5
    Join Date
    Jul 2008
    Location
    Lake Tahoe, California
    Posts
    11
    Thanks
    20
    Thanked 0 Times in 0 Posts

    Default

    Yup. I have that on another site, well for the links, through a government ran site that requires them.

    http://sq92.cawg.cap.gov

    I can implement that into the main page, but hasn't the site already loaded to get to the alert?

  8. #6
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    no. I would try using a "confirm" rather than an "alert" however.

    Code:
     <body onload="javascript: if (confirm('SAFTEY ALERT: If you are in danger or think your saftey may be compromised by veiwing this website, please click Cancel now.')) { window.location.href='index.html' } else { window.location.href='http://www.google.com' }; ">
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  9. #7
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    sorry for the premature reply... I had only tested in FF, IE does seem to cache the page already. FF 3 on the other hand, does not.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  10. #8
    Join Date
    Jul 2008
    Location
    Lake Tahoe, California
    Posts
    11
    Thanks
    20
    Thanked 0 Times in 0 Posts

    Default

    yeah. IE is the bane of the internet.

    thanks for the try however. Most are probably using IE.

    MS does create some violent people out there.

  11. #9
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    yea, i need 2 Valium before I even THINK about coding something for IE...

    LOL
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  12. #10
    Join Date
    Jul 2008
    Location
    Lake Tahoe, California
    Posts
    11
    Thanks
    20
    Thanked 0 Times in 0 Posts

    Default

    I have posted to your ie death march.

    SWEET!!!

    Where were you when it came out?

    Why do people use such terrible products?

Bookmarks

Posting Permissions

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