gpt4 book ai didi

javascript - 如何使用javascript下载doc文件

转载 作者:行者123 更新时间:2023-11-28 10:24:04 25 4
gpt4 key购买 nike

尝试使用 java 脚本下载文件时出现以下错误。

错误:

Internet Explorer cannot download Sample.doc from www.websitename.com.

Internet Explorer was not able to open this Internet site. The request is either unavailable or cannot be found.Please try again later.

HTML:

<html>
<head>
<script type="text/javascript" language="javascript">
function winopen()
{
window.open("Sample.doc","_self","fullscreen=no,toolbar=yes, width=800, height=600, menubar=yes, status=no,scroll=yes");
}
</script>
</head>
<body onload="winopen();">
</body>
</html>

有谁知道如何解决这个问题吗?谢谢。

最佳答案

关于javascript - 如何使用javascript下载doc文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4872783/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com