如何从Marquee标签下载文件 [英] How to download a File From Marquee Tag

查看:76
本文介绍了如何从Marquee标签下载文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<marquee onmouseover="stop();" onmouseout="start();" scrollAmount="7" scrollDelay="100" direction="side" width="100%" height="16" style="margin-top: 0px">
text goes here <a>Testing File</a>
</marquee



>





我点击测试文件链接,相应的文件将被下载..请任何人帮助我.......


>


When i Click a Testing File Link,That Corresponding File will be Downloaded..Please any one help me.......

推荐答案

查看此代码。
Chk this code.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;<br mode=" hold=" />charset=windows-1252">
<title>click file</title>
</meta></meta></head>

<body>
<marquee onmouseover="stop();" onmouseout="start();" scrollamount="7" scrolldelay="100" direction="side" width="100%" height="16" style="margin-top: 0px">
text goes here <a href="test.xls" download=""> aaaa</a>
</marquee>
</body>
</html>


嗨...

// a href =../ EncDecDoc.docx在下载中给出。

< ; marquee bgcolor =blue> 下载< / marquee>

谢谢你。
Hi...
//a of href="../EncDecDoc.docx" is given within download.
<marquee bgcolor="blue">Download</marquee>
Thank u.


这篇关于如何从Marquee标签下载文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆