something to destroy html

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steve

    something to destroy html

    Hi all
    is it possible and how
    for example if I put some kind of JavaScript in my html file
    and the script to destroy the html for example after 5 days.

    Thanks


  • Lasse Reichstein Nielsen

    #2
    Re: something to destroy html

    "steve" <NOSPAMstoianst oian@hotmail.co m> writes:
    [color=blue]
    > is it possible and how
    > for example if I put some kind of JavaScript in my html file
    > and the script to destroy the html for example after 5 days.[/color]

    No, probably not.
    Where would you want to destroy it?

    On the server (no problem, do it manually) or in the client's cache
    (set cache expiery date to five days in the future, and then remove
    it from the server). But if the user saves the file to disk, it stays
    there no matter what you do.

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    Working...