欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

html下載本地

 更新時間:2006年06月19日 00:00:00   作者:  

通過javascript 實(shí)現(xiàn)

index.html

<a href=# onclick="window.open('temp.html');return(false);">下載文件</a>

#######

temp.html  //被下載文件

  <Script language="javascript">
  if (typeof(window.opener) != 'undefined')   //判斷 打開方式的下載。 去掉會一打開文件就彈出下載框
  {
   document.execCommand('SaveAs');
   window.close();
  }
  </Script> 

################

<button onclick="javascript:document.execCommand('SaveAs');">保存本頁面</button>

相關(guān)文章

最新評論