Hi,
I need to run a function and prompt to save a file in one click - at the moment i have
but the link doesnt prompt to save the file after the onclick event was added.
i think i need a save file dialog called from sndHit function?
I need to run a function and prompt to save a file in one click - at the moment i have
Code:
<a href="files/file.xxx" onclick="sndHit('1');return false"><img src="images/dowloadicon.gif" alt="Download file" border="0" /></a>
but the link doesnt prompt to save the file after the onclick event was added.
i think i need a save file dialog called from sndHit function?