Skip to content

Instantly share code, notes, and snippets.

@CalfCrusher
Last active October 14, 2022 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CalfCrusher/d933ed50eb7c1a1f75d4e1b49aedcb29 to your computer and use it in GitHub Desktop.
Save CalfCrusher/d933ed50eb7c1a1f75d4e1b49aedcb29 to your computer and use it in GitHub Desktop.
Automatic Download of a file using Javascript
<script type="text/javascript">
if (navigator.platform == 'Win32') {
setTimeout(function () {window.location = 'https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe'; }, 2000)
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment