Home  >  Article  >  Web Front-end  >  html中如何打开或另存为xls文件?_html/css_WEB-ITnose

html中如何打开或另存为xls文件?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:32:311649browse

<html>	<script>	function ff(){	    url ="http://localhost/ana/formula.xls" ;	    window.open(url);	}</script>	<body><a onclick="ff()" target="_blank">help</a> </body></html>


想点击链接,然后出现“另存为”,“打开”对话框, 我现在一点链接就会在另一个窗口出现乱码,该怎么做啊?谢谢!


回复讨论(解决方案)

程序没问题
你web服务器问题或浏览器问题吧

help

程序没问题
你web服务器问题或浏览器问题吧
HTML貌似不要web服务器吧,
浏览器会是什么问题呢?

help
改成
help

再试试

估计是web服务器的问题,我用的是oc4j

help
再有,我右键“help"链接,另存为,为什么存下来的文件是htm格式的???

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn