Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用了以下代码
<iframe id="DownloadWin_<%=w_PageCompID%>" src="__http://10.112.203.159:8080/pmsmart/temp/nishamol.siva/9.zip" style="display:none"> </iframe>
但是文件保存对话框来了两次。
请建议。
试试这个 -
<body onload="javascript:window.location.href='http://10.112.203.159:8080/pmsmart/temp/nishamol.siva/9.zip';">
考虑以下创建 XML 文档并显示它的简单代码。
XmlDocument xml = new XmlDocument(); XmlElement root = xml.CreateElement("root"); xml.AppendChild(root); XmlComment comment = xml.CreateComment("Co