Results 1 to 2 of 2

Thread: Hide Save Picture Toolbar

  1. #1
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question Hide Save Picture Toolbar

    Hi Everybody.
    Can someone help me how To get rid of the Save Picture Toolbar, the one that shows when you place the cursor over an image like in here for example:

    http://www.tommys-service-enterprise...ang%20Paya.htm

    There is a picture in the middle of that webpage and when you click on that image there is a centered popup showing the same image, but larger.
    In that popup I want to get rid of the Save Picture Toolbar.
    I know how to do that in an average webpage, but not inside a popup like you can see in that link.
    Hope somebody can give me an idea.

    Thanks in advance.
    Cheng

  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

    Where you have:

    Code:
    win.document.write('<body style="margin:0;padding:0;" onblur="self.close()"><img src="'+mypage+'">');
    Add in:

    Code:
    win.document.write('<body style="margin:0;padding:0;" onblur="self.close()"><img galleryimg="no" src="'+mypage+'">');
    In fact, this is how it should be done on a regular page as well, using the meta tag method causes other problems.
    - 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
  •