摘要: <script language="javascript"> var oWin; function openIt() { oWin=window.open("test.txt","myWin"); } function saveIt() { oWin=window.open("test.txt","myWin"); oWin.document.execCommand("saveAs",false,"c:\\2.txt") } </scri 阅读全文
posted @ 2007-06-22 19:09 音乐啤酒 阅读(926) 评论(0) 推荐(0)