Log in

View Full Version : Hide Save Picture Toolbar



Cheng
05-15-2006, 05:21 PM
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.gmxhome.de/Nang%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

jscheuer1
05-15-2006, 05:32 PM
Where you have:


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

Add in:


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.