Skip to content

Instantly share code, notes, and snippets.

@wholroyd
Created February 28, 2015 16:13
Show Gist options
  • Save wholroyd/e146da3482f23e433491 to your computer and use it in GitHub Desktop.
Save wholroyd/e146da3482f23e433491 to your computer and use it in GitHub Desktop.
<html>
<body onload="GetPromo()">
<SCRIPT LANGUAGE="JavaScript">
function GetPromo() {
var p = "24682";
var a = "47000";
var b = Math.random().toString().substr(3, 4);
var c = Math.random().toString().substr(7, 1);
prompt("Enjoy your coupon! :)", a + b + p + c);
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment