当前位置:编程学习 > C#/ASP.NET >>

ASP.NET保存对话框的默认路径

如何设置ASP.NET保存对话框的默认路径? --------------------编程问答-------------------- <input   type=button   value=保存           onclick="document.execCommand('SaveAs')">   
  <input   type=button   value=另存为       onclick="document.execCommand('Saveas',false,'c:\\test.htm')">
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,