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

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

WBOY
WBOYoriginal
2016-06-21 09:32:311647parcourir

<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格式的???

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn