SaveAs Disabled

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

    SaveAs Disabled

    Hi

    I have a script which disables right clicking and saving images but it only
    works in IE, does anyone know the code to stop people saving my artwork in
    Netscape AND IE?

    I would really appreciate any help you can give me

    Thanks and best wishes

    Fran


  • Knud Gert Ellentoft

    #2
    Re: SaveAs Disabled

    "Francesca" <screamingvideo sSPAMTRAP@dsl.p ipex.com> skrev :
    [color=blue]
    >I have a script which disables right clicking and saving images but it only
    >works in IE, does anyone know the code to stop people saving my artwork in
    >Netscape AND IE?[/color]

    I don't think the script works, either with IE.

    There's only one way, if you want that people can't save your
    pics.

    Don't put them on a website and upload them.

    Any other things don't work.
    --
    Knud

    Comment

    • Albert Wagner

      #3
      Re: SaveAs Disabled

      On Mon, 13 Oct 2003 00:49:38 +0100
      "Francesca" <screamingvideo sSPAMTRAP@dsl.p ipex.com> wrote:
      [color=blue]
      > Hi
      >
      > I have a script which disables right clicking and saving images but it
      > only works in IE, does anyone know the code to stop people saving my
      > artwork in Netscape AND IE?
      >
      > I would really appreciate any help you can give me[/color]

      I have seen previous posts from those who know that say it cannot be
      done. You're supposed to be better off just using watermarks.


      --
      Life is an offensive, directed against the repetitious mechanism of the
      Universe.
      --Alfred North Whitehead (1861-1947)

      Comment

      • Lasse Reichstein Nielsen

        #4
        Re: SaveAs Disabled

        "Francesca" <screamingvideo sSPAMTRAP@dsl.p ipex.com> writes:
        [color=blue]
        > I have a script which disables right clicking and saving images but it only
        > works in IE, does anyone know the code to stop people saving my artwork in
        > Netscape AND IE?[/color]

        Don't put it on the web. Nothing else will stop me, if I want to save
        your images (not even copyright law, which allows me to make copies for
        personal use :).

        Read this: <URL:http://dorward.me.uk/www/hide/>
        [color=blue]
        > I would really appreciate any help you can give me[/color]

        Stop trying. You are wasting time and energy on an unsolvable problem.

        (If you insist on irritating your users, you can use
        <body oncontextmenu=" return false">
        in both IE and Mozilla derivatives (including Netscape 6+). I like it
        when people use this approach, because it is so easy to circumvent).

        /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...