有难度!!
我现在有一个按钮,点击一下就能弹出像Winform中的那另存为的对话框,在WebForm中应该怎么实现啊
------解决方案--------------------// only IE
<input id= "Button3 " onclick= "document.execCommand( 'SaveAs ', true, 'MyFileName '); " title= "保存当前页 " type= "button " value= "保存 " />
------解决方案--------------------WebForm没办法实现