my problem is when <a>
tag has no link so how to stop download when click on link
for example:my link is below
<a href="javascript:void(0);" download>download</a>
so when i click on below link download a void(0)
file
but i want to stop downloading when <a>
tag ha no link and href=javascript:void(0)
yes i have solve problem with <?php condition
if variable have no value than create <a>
tag with no download
option and if variable have value create <a>
tag with download