Results 1 to 9 of 9

Thread: NOSAVE inside img tag?

  1. #1
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default NOSAVE inside img tag?

    A long time ago, I used Netscape Composer to create my very simple web pages, and I remember an attribute of the img tag that was NOSAVE, and I thought it meant that the image wouldn't be downloaded to a viewer's computer, but stay on the server (??). I've been able to protect some images on my site by disabling the IE image tool bar, the right-click and the cut&paste, drag etc.; by forcing the print command to print another (dummy) page (in IE); and by using the nifty tranparency idea put forth on another thread here. A nice side-effect of the transparency is that in Firefox's print preview it stops someone from lifting the image there (which was a loophole of the disabling right click etc.). But, the jpg still shows up in the temporary internet files folder for IE users. I'm not sure, yet, where those files are in Firefox (which I use).

    So -- wouldn't something like the old NOSAVE work? Is there something like that still in existence? I suspect that was an old html thing that only applied to Netscape users, but that's merely a guess.

    thanks in advance!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    How many pictures have you protected this way. Who was trying to steal them?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Quote Originally Posted by cas
    I thought it meant that the image wouldn't be downloaded to a viewer's computer, but stay on the server
    And how did you think the user viewed an image to which s/he didn't have access? I've never used this attribute, but I would guess it prevents right-click saving: a perfunctory measure at best.

    It is not possible to totally hide an image. User see, user grab. The only way an image can be viewed is if it's been downloaded to the user's computer already, in which case they have full access to it if they know where to find it. The only thing you can do is watermark your images.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes you can always water mark the Images.
    Also I think you can write a Java Applet that only shows the image and disables image selection and copy features.

    Raghavendra.V

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    That's one idea, but applets are slow to load and the user could still get the image from inside the JAR. The only way of doing this would be to have the applet generate the image.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1
    How many pictures have you protected this way. Who was trying to steal them?
    I protected photos that were posted to one page, so the entire page has all of the protections I listed. Code for which I found here. I know about watermarking, and have that capacity (an account with some company affiliated with my Adobe photoshop) but that wouldn't be applicable for the photos I posted. I think that people coming to my site aren't going to be that sophisticated to be able to find their internet cache (if they even know they have a cache file, lol), now that I think about it.

    But there is an old laptop sitting around here that has that old Netscape Composer on it, and I'm going to check out what NOSAVE's description was.

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It was a checkbox marked "leave image at its original location." Only applicable, I believe, for local images.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    It was a checkbox marked "leave image at its original location." Only applicable, I believe, for local images.
    After talking to someone else who used to use Composer, as well, I think I understand to what you're referring by "local images," and I get what she's saying, that it was a way for Composer to create the path for the image and not make a copy for a (possibly) different directory than where you wanted the image stored. At least, that was always her understanding of what that meant.

    But the reason I was always confused by the command was because "NOSAVE" would then be put into the img tag, in the file, for any browser to read. If it was only an internal checkbox for Composer, to be followed during the time you were creating your pages and building your site, why put that in the html code? I assume then that the Netscape browser did nothing with that command? Ignored it? Otherwise anyone with Netscape looking at your site would have a computer trying to do something....

    I realize this is fairly OT and all, considering the intial question I had. But I'm curious, nonetheless.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    No, it's applicable to anyone viewing the page who has already downloaded the image. Although only using Netscape 4, of course. This effectively means anyone using the author's computer to view the page, being as most people won't copy the images to other directories or modify a page before viewing. It may also be used for saving pages to disk. This is no longer used as most browsers nowadays handle local images differently automatically.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •