html download code is not working? anyone know why?

  • Thread starter Thread starter Drew O
  • Start date Start date
D

Drew O

Guest
im have an aspx page with an html "download" button. In the html editor under "function Button1_onclick() " i have
"<a href="folder/filename/zip"> but nothing happens when i launch the page. I get the button but once clicked nothing happens. Am i doing something wrong?


Looks like:

function Button1_onclick() {

<a href="folder/filename/zip">
 
Back
Top