<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 2010-07-30 20:54, Eduard Pascual wrote:<br>
<blockquote
 cite="mid:AANLkTim0M6HH=-4O1b5FthMyB8LbXLM5FergDj=zA_DQ@mail.gmail.com"
 type="cite">
  <pre wrap="">Let me complement the proposal with a use case:
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/3358209/triggering-a-file-download-without-any-server-request">http://stackoverflow.com/questions/3358209/triggering-a-file-download-without-any-server-request</a>
  </pre>
</blockquote>
<br>
Now something like that is a bit more tricky, but can't Javascript
actually trigger a proper Save As?<br>
Something like <a href="#" onclick="<b
 style="color: black; background-color: rgb(255, 255, 102);">javascript</b>:
document.execCommand('Save As','1','saveMe.csv');"><img
src="./images/<b
 style="color: black; background-color: rgb(160, 255, 255);">save</b>.png"></a><br>
<br>
Should in theory work, but I think browser support for that is spotty,
so the solution to that stackoverflow post either lies in deep
Javascript vodoo.<br>
Or make a suggestion to the Javascript "folks" would be better? In any
case a download attribute would only improve such a functionality (if
javascript support it) even further by displaying the proper UI.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Roger "Rescator" Hågensen.
Freelancer - <a class="moz-txt-link-freetext" href="http://EmSai.net/">http://EmSai.net/</a>
</pre>
</body>
</html>