How to - Save picture as...  
Author Message
sjk153





PostPosted: Tue Jun 12 08:55:03 CDT 2007 Top

Internet Explorer / IE >> How to - Save picture as...

Is there a work-around that will allow me to save an image from websites
that block the use of the right click "Save picture as..." function?

Internet Explorer58  
 
 
Tom





PostPosted: Tue Jun 12 08:55:03 CDT 2007 Top

Internet Explorer / IE >> How to - Save picture as... 1) Temporarily turn off javascript (active scripting) in your browser.
or
2) retrieve it from your Temporary internet files.



| Is there a work-around that will allow me to save an image from websites
| that block the use of the right click "Save picture as..." function?
|
|


 
 
Donald





PostPosted: Tue Jun 12 09:36:06 CDT 2007 Top

Internet Explorer / IE >> How to - Save picture as... Hi,

In addition to the suggestions offered by Tom Willett, you can try disabling
the JavaScript that is blocking the Right-Click context menu by inserting
the following into the address bar while visiting the site and click on the
go button:

javascript:void(document.oncontextmenu=null)

In the event that the site produces a dialog box whenever you right-click
on the page, can often get around it by using the following sequence:
1. Hold the right mouse button down.
2. While holding the right mouse button down, close the dialog box (with
left mouse button),
3. then release the right mouse button.

Good luck,

Donald Anadell




> Is there a work-around that will allow me to save an image from websites
> that block the use of the right click "Save picture as..." function?
>


 
 
randwill





PostPosted: Tue Jun 12 10:51:01 CDT 2007 Top

Internet Explorer / IE >> How to - Save picture as...


> Hi,
>
> In addition to the suggestions offered by Tom Willett, you can try
> disabling the JavaScript that is blocking the Right-Click context menu by
> inserting the following into the address bar while visiting the site and
> click on the go button:
>
> javascript:void(document.oncontextmenu=null)
>
> In the event that the site produces a dialog box whenever you right-click
> on the page, can often get around it by using the following sequence:
> 1. Hold the right mouse button down.
> 2. While holding the right mouse button down, close the dialog box (with
> left mouse button),
> 3. then release the right mouse button.
>
> Good luck,
>
> Donald Anadell
>

Thanks for the quick replies. I got it!