程式碼如下:
下載標題>
window.load=function(){
Downloadify.create('downloadify',{
filename: function(){
return document.getElementById('filename').value;
},
data: function(){
var doc = new jsPDF();
doc.text(20, 20, document.getElementById('data').value); addPage();
doc.text(20, 20, document. getElementById('data').value);
return doc.output();
onComplete: function() {alert('成功儲存檔案! '); },
onCancel: function(){alert('您已經取消儲存檔案'); },
onError: function(){alert('出現錯誤了'); },
swf: 'js/downloadify.swf',
downloadImage: 'js/download.png',
寬度: 100,
高度: 30,
透明: true,
追加: false
});
}
腳本>
頭>
gt;
您必須安裝Flash 10 才能下載此檔案。
身體>