Click here to Skip to main content
16,012,025 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<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.......
Posted

Hi...
//a of href="../EncDecDoc.docx" is given within download.
<marquee bgcolor="blue">Download</marquee>
Thank u.
 
Share this answer
 
v2
Chk this code.
HTML
<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>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900