I am creating a website for a client who has European visitors to their site.
They need to have a page that contains high resolutions images for their
European visitors to download. They tell me that these European visitors
cannot or will not use the "right-click, save picture as.." function. What
they want is the ability to simple "double-click" on an image and have the
"save as" dialog box pop up.

I am desperate for an answer to this.

Re: save image with double click instead of right click by Mike

Mike
Wed Jun 14 11:40:24 CDT 2006

"JustDucky923" <JustDucky923@discussions.microsoft.com>
wrote in message
news:658EA742-A371-459A-AD0E-E7CE103182BB@microsoft.com...
:I am creating a website for a client who has European
visitors to their site.
: They need to have a page that contains high resolutions
images for their
: European visitors to download. They tell me that these
European visitors
: cannot or will not use the "right-click, save picture
as.." function. What
: they want is the ability to simple "double-click" on an
image and have the
: "save as" dialog box pop up.
:
: I am desperate for an answer to this.

Sorry, the internet does not work that way. If the image is
something that a browser can open, it will. Best thing to do
is to compress (zip) the image, and provide a hyperlink to
it. You could use a thumbnail of the actual image for the
anchor text

Example
<a href="image.zip>
<img src="image_thumb.jpg>
</a>



Re: save image with double click instead of right click by JustDucky923

JustDucky923
Wed Jun 14 11:54:02 CDT 2006

I was afraid of that. I think that trying to teach these people how to
extract a zip file could be a nightmare in itself.

Is there any way to create a "save" button to put next to the image?

"Mike Mueller" wrote:

> "JustDucky923" <JustDucky923@discussions.microsoft.com>
> wrote in message
> news:658EA742-A371-459A-AD0E-E7CE103182BB@microsoft.com...
> :I am creating a website for a client who has European
> visitors to their site.
> : They need to have a page that contains high resolutions
> images for their
> : European visitors to download. They tell me that these
> European visitors
> : cannot or will not use the "right-click, save picture
> as.." function. What
> : they want is the ability to simple "double-click" on an
> image and have the
> : "save as" dialog box pop up.
> :
> : I am desperate for an answer to this.
>
> Sorry, the internet does not work that way. If the image is
> something that a browser can open, it will. Best thing to do
> is to compress (zip) the image, and provide a hyperlink to
> it. You could use a thumbnail of the actual image for the
> anchor text
>
> Example
> <a href="image.zip>
> <img src="image_thumb.jpg>
> </a>
>
>
>

Re: save image with double click instead of right click by Tom

Tom
Wed Jun 14 13:02:10 CDT 2006

No. They must right click.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
"JustDucky923" <JustDucky923@discussions.microsoft.com> wrote in message
news:54D69AE0-B471-4244-8FFB-7C08BFE87921@microsoft.com...
|I was afraid of that. I think that trying to teach these people how to
| extract a zip file could be a nightmare in itself.
|
| Is there any way to create a "save" button to put next to the image?
|
| "Mike Mueller" wrote:
|
| > "JustDucky923" <JustDucky923@discussions.microsoft.com>
| > wrote in message
| > news:658EA742-A371-459A-AD0E-E7CE103182BB@microsoft.com...
| > :I am creating a website for a client who has European
| > visitors to their site.
| > : They need to have a page that contains high resolutions
| > images for their
| > : European visitors to download. They tell me that these
| > European visitors
| > : cannot or will not use the "right-click, save picture
| > as.." function. What
| > : they want is the ability to simple "double-click" on an
| > image and have the
| > : "save as" dialog box pop up.
| > :
| > : I am desperate for an answer to this.
| >
| > Sorry, the internet does not work that way. If the image is
| > something that a browser can open, it will. Best thing to do
| > is to compress (zip) the image, and provide a hyperlink to
| > it. You could use a thumbnail of the actual image for the
| > anchor text
| >
| > Example
| > <a href="image.zip>
| > <img src="image_thumb.jpg>
| > </a>
| >
| >
| >



Re: save image with double click instead of right click by Thomas

Thomas
Wed Jun 14 21:09:44 CDT 2006

With custom server-side scripting such as ASP, you can force a image to download, instead of
displaying in the browser.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"JustDucky923" <JustDucky923@discussions.microsoft.com> wrote in message
news:54D69AE0-B471-4244-8FFB-7C08BFE87921@microsoft.com...
>I was afraid of that. I think that trying to teach these people how to
> extract a zip file could be a nightmare in itself.
>
> Is there any way to create a "save" button to put next to the image?
>
> "Mike Mueller" wrote:
>
>> "JustDucky923" <JustDucky923@discussions.microsoft.com>
>> wrote in message
>> news:658EA742-A371-459A-AD0E-E7CE103182BB@microsoft.com...
>> :I am creating a website for a client who has European
>> visitors to their site.
>> : They need to have a page that contains high resolutions
>> images for their
>> : European visitors to download. They tell me that these
>> European visitors
>> : cannot or will not use the "right-click, save picture
>> as.." function. What
>> : they want is the ability to simple "double-click" on an
>> image and have the
>> : "save as" dialog box pop up.
>> :
>> : I am desperate for an answer to this.
>>
>> Sorry, the internet does not work that way. If the image is
>> something that a browser can open, it will. Best thing to do
>> is to compress (zip) the image, and provide a hyperlink to
>> it. You could use a thumbnail of the actual image for the
>> anchor text
>>
>> Example
>> <a href="image.zip>
>> <img src="image_thumb.jpg>
>> </a>
>>
>>
>>



Re: save image with double click instead of right click by Joseph

Joseph
Sun Jun 25 04:05:59 CDT 2006

This is a multi-part message in MIME format.

------=_NextPart_000_0065_01C697FB.E72ED770
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Dear JustDucky923:

Since I've built an Image database myself, I've had to struggle with
that problem as well. The way that I got around it was very simple and
it does work, is if they don't have something that opens TIF files, then
it will prompt them to download an image. If it is an image that is
either a JPG, GIF, or any other format that is support by whatever
browser they are using, or any application that they are using, it will
automatically open on there system in whatever application. Since you
don't have control over what there windows setup it, you just have to
explain to them if they click or double-click on the image, it will open
in whatever default application is associated with that particular
associated extension, either be it TIFF, JPEG, or whatever else.

I hope that helps.

Joe P.


-----Original Message-----
From: JustDucky923 [mailto:JustDucky923@discussions.microsoft.com]
Posted At: Wednesday, June 14, 2006 7:48 AM
Posted To: microsoft.public.frontpage.programming
Conversation: save image with double click instead of right click
Subject: save image with double click instead of right click

I am creating a website for a client who has European visitors to their
site.
They need to have a page that contains high resolutions images for their

European visitors to download. They tell me that these European visitors

cannot or will not use the "right-click, save picture as.." function.
What
they want is the ability to simple "double-click" on an image and have
the
"save as" dialog box pop up.

I am desperate for an answer to this.

------=_NextPart_000_0065_01C697FB.E72ED770
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7036.0">
<TITLE>Re: save image with double click instead of right click</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>Dear JustDucky923:</FONT>
</P>

<P><FONT SIZE=3D2>Since I've built an Image database myself, I've had to =
struggle with that problem as well. The way that I got around it was =
very simple and it does work, is if they don't have something that opens =
TIF files, then it will prompt them to download an image. If it is an =
image that is either a JPG, GIF, or any other format that is support by =
whatever browser they are using, or any application that they are using, =
it will automatically open on there system in whatever application. =
Since you don't have control over what there windows setup it, you just =
have to explain to them if they click or double-click on the image, it =
will open in whatever default application is associated with that =
particular associated extension, either be it TIFF, JPEG, or whatever =
else.</FONT></P>

<P><FONT SIZE=3D2>I hope that helps.</FONT>
</P>

<P><FONT SIZE=3D2>Joe P.</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>

<BR><FONT SIZE=3D2>From: JustDucky923 [<A =
HREF=3D"mailto:JustDucky923@discussions.microsoft.com">mailto:JustDucky92=
3@discussions.microsoft.com</A>] </FONT>

<BR><FONT SIZE=3D2>Posted At: Wednesday, June 14, 2006 7:48 AM</FONT>

<BR><FONT SIZE=3D2>Posted To: =
microsoft.public.frontpage.programming</FONT>

<BR><FONT SIZE=3D2>Conversation: save image with double click instead of =
right click</FONT>

<BR><FONT SIZE=3D2>Subject: save image with double click instead of =
right click</FONT>
</P>

<P><FONT SIZE=3D2>I am creating a website for a client who has European =
visitors to their site. </FONT>

<BR><FONT SIZE=3D2>They need to have a page that contains high =
resolutions images for their </FONT>

<BR><FONT SIZE=3D2>European visitors to download. They tell me that =
these European visitors </FONT>

<BR><FONT SIZE=3D2>cannot or will not use the &quot;right-click, save =
picture as..&quot; function. What </FONT>

<BR><FONT SIZE=3D2>they want is the ability to simple =
&quot;double-click&quot; on an image and have the </FONT>

<BR><FONT SIZE=3D2>&quot;save as&quot; dialog box pop up.</FONT>
</P>

<P><FONT SIZE=3D2>I am desperate for an answer to this.</FONT>
</P>

</BODY>
</HTML>
------=_NextPart_000_0065_01C697FB.E72ED770--