Hello I want to add something to my web site. when the user clicks to download. i want to see a pop up screen which says your download has started.
<script type="text/javascript">
function show_alert()
{
alert("Your Download Started!");
}
</script>
<input type="button" onclick="show_alert()" onclick="get value="Download" />
I dont get where should i put the download link
<script type="text/javascript">
function show_alert()
{
alert("Your Download Started!");
}
</script>
<input type="button" onclick="show_alert()" onclick="get value="Download" />
I dont get where should i put the download link