防止浏览器下载链接文件

时间:2014-11-21 22:23:23

标签: html text hyperlink href

<a href="/scripts/script.pde" target="_blank"></a>

我希望浏览器在新窗口中将此文件显示为文本。点击后,它会下载到用户的计算机上。

1 个答案:

答案 0 :(得分:1)

您需要告诉您的服务器如何分发这些文件。在Apache中,您的配置中为you would do this

AddType text/plain .pde