473,785 Members | 2,807 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Save alternative file on right-click->save-picture-as

In my site I show low quality pictures. When someone right clicks an
image and selects 'Save Picture As...', I wish to let him save the
high quality picture.

I 10Q 4NE IDa.
Jul 20 '05 #1
5 6582
Shahar Golan wrote:
In my site I show low quality pictures. When someone right clicks an
image and selects 'Save Picture As...', I wish to let him save the
high quality picture.
I think that is not possible on the Web, there are too many different
clients, and, the fact of different GUIs and APIs aside, not all have
JavaScript enabled/supported.

You can have the high quality picture displayed and/or downloaded when
someone clicks the image:

<a href="hq.png">< img src="lq.png" width="..." height="..." alt="..."></a>
I 10Q 4NE IDa.


Means?
PointedEars

Jul 20 '05 #2
In article <bm************ @ID-107532.news.uni-berlin.de>,
Po*********@web .de enlightened us with...
I 10Q 4NE IDa.


Means?


I am looking for any ideas.

Text message much? :)

-------------------------------------------------
~kaeli~
Jesus saves, Allah protects, and Cthulhu
thinks you'd make a nice sandwich.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
Jul 20 '05 #3
In article <9f************ **************@ posting.google. com>,
ms*****@hotmail .com enlightened us with...
In my site I show low quality pictures. When someone right clicks an
image and selects 'Save Picture As...', I wish to let him save the
high quality picture.

I 10Q 4NE IDa.


1. You can't.
2. You don't want to. Us users with low-speed connections might get a
bit peeved if we went to save what we thought was a small pic and the
download took a long time b/c it was a high-quality pic.

Do what everyone else does and thumbnail your pics with a click opening
the high quality pic. Users can save the one they prefer.

-------------------------------------------------
~kaeli~
Jesus saves, Allah protects, and Cthulhu
thinks you'd make a nice sandwich.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
Jul 20 '05 #4
"kaeli" <in************ ********@NOSPAM att.net> wrote in message
news:MP******** *************** *@nntp.lucent.c om...
> I 10Q 4NE IDa.
Means?


I am looking for any ideas.


Wouldn't "10Q" be "thank you" (ten-queue)?
Text message much? :)


Maybe just not in English. These text message abbreviations may not even
translate across the various parts of the English speaking world, they
will probably just be unrecognisable to most who read English as a
second(+) language. For that reason alone they are probably out of place
in an international newsgroup, though I find it hard to see a
justification for their use when the input device is something with more
keys than a telephone.

Richard.
Jul 20 '05 #5
In article <bm************ *******@news.de mon.co.uk>,
Ri*****@litotes .demon.co.uk enlightened us with...
"kaeli" <in************ ********@NOSPAM att.net> wrote in message
news:MP******** *************** *@nntp.lucent.c om...
> I 10Q 4NE IDa.

Means?
I am looking for any ideas.


Wouldn't "10Q" be "thank you" (ten-queue)?


Sorry, thought that was a lower-case L. I can't read today.
though I find it hard to see a
justification for their use when the input device is something with more
keys than a telephone.


But it's 133t!!
*LOL*

-------------------------------------------------
~kaeli~
Jesus saves, Allah protects, and Cthulhu
thinks you'd make a nice sandwich.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
10802
by: bbxrider | last post by:
running win2k adv server/ iis5.0 trying to setup on my web page where browsers can download a file, an .xls so been trying to figure out with a download 'link' what invokes the standard ms file save dialog, hopefully without using vbscript other web pages i have seen have a simple link such as : <a href="someDir/someFile.xls">Download</a> when i used that, it just opens the spreadsheet and actually allows me to use the spreadsheet...
2
384
by: Ilyas | last post by:
Hai, I'm new here. Sorry For typos. How can i open a file save dialog in a dotnet web app. (.aspx) to save my file at clients computer. Thanx. Greatings from Holland.
3
1557
by: MyName | last post by:
hello- I'm no olympic swimmer in the big pool of MS Access, but i can doggie paddle my way through it. at this university i just got a job at, they are using Excel to seperate survey data based on fields. They manually have to filter, copy & paste to a new file, save it based on the content of the filtered field, and repeat for each unique value in the field. an example may be good right now. To try to make this simpler, we'll focus on...
8
8091
by: Colleyville Alan | last post by:
I have been working on an Access app that takes info from a file and writes it to a spreadsheet on a form, simultaneously saving the spreadsheet to Excel. I got the idea that the same concept could work in reverse, i.e. we have a cost model written in Excel that calculates the profitability of customer accounts based on several inputs and they need to be updated at least once per year. These cost models sit on lots of people's hard...
1
421
by: Ryan Moore | last post by:
I'm trying to make a page that, when opened, displays a file save dialog, then closes itself (essentially just leaving the file save dialog). Is this possible? I've tried this: Response.ContentType="image/JPEG"; //Response.AddHeader ("Content-Length", FileSize.ToString()); Response.AppendHeader("Content-Disposition","attachment; filename=img1.jpg"); Response.WriteFile(@"c:\img1.jpg"); Response.Write("<script>window.close();</script>");
4
9476
by: oncelovecoffee | last post by:
str_Array() 'strings I need save it to file and next time i can read from file. -------------------------------------------------------- -------------------------------------------------------- Save Function I use str_FromAndToFile=join(str_Array,"VBTAB") -------------------------------------------------------- Read Function
2
1303
by: Chen | last post by:
I have a windows project. One of its form has some tab controls and thousands other controls. Recently frequently after I made some change to the form and selct File--> Save frmMyTab.vb. Then It took hours to do the save. (The bottom save image was fleshing) and the task manager told me the project Not responding and devenv.exe took 99% of CPU. I have to kill the application to reload the project to continue. Besides many times after...
0
1369
by: thomasp | last post by:
Wrong title should be File Save Dialog. I have a VB2005 program that has to import data from a 3.5 floppy drive and USB drives. I use a file open dialog to choose the file, works great. The problem occurs the next time I wish to open a file. If the last import was done from a floppy drive the program looks for a floppy drive first and if it has been removed I get an error. While I could just catch the error, I would rather know how...
2
4892
by: reshm | last post by:
In my application i have file save & file open button i use common dialog box to save the file but simultaneously i want to show progrss bar to show the progess. how can i do?
0
1319
by: student491 | last post by:
hello, I opened the excel file by using workbook.open() method... Now i want to read the data from the excel file.. & save it into array. help out .. how to do this. Then i want to pass that array through SetSourceData() method & want to draw cunztomized chart... (I am using Excel 2007, C# 2005, COM)
0
10329
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10152
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7500
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3650
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2880
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.