Results 1 to 4 of 4

Thread: Dno't save image

  1. #1
    Join Date
    Sep 2005
    Location
    Bogota, Colombia
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Dno't save image

    Went you see an image in X browser, an d you put the cursor over the image (or press rigth click in the image) the browser show you the option of save the image. How i can supress this option?

    Thanks for the attention
    FOX pro ®

    (Perdon por mi ingles en realidad hablo español. ;P)

  2. #2
    Join Date
    Dec 2004
    Posts
    157
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.dynamicdrive.com/forums/showthread.php?t=482
    http://www.dynamicdrive.com/forums/s...ead.php?t=3770

    good luck, anybody that knows a decent amount about web design or even just how to use there browser can still take it. but if you want to try it, go for it.

  3. #3
    Join Date
    Sep 2005
    Location
    Bogota, Colombia
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is the final solution:
    <meta http-equiv="imagetoolbar" content="no" />

  4. #4
    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

    Quote Originally Posted by foxpro
    This is the final solution:
    <meta http-equiv="imagetoolbar" content="no" />
    A word of caution:

    If you have scripts on the page that use images large enough for this to come into play or even, sometimes just regular images, it will create a memory leak. Better to use the galleryimg="no" attribute on each individual image:
    Code:
    <img galleryimg="no" src="some.jpg"/>
    - John
    ________________________

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

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
  •