Skip to content

Instantly share code, notes, and snippets.

@wholroyd
Created February 19, 2015 23:53
Show Gist options
  • Save wholroyd/96a067773fc102566723 to your computer and use it in GitHub Desktop.
Save wholroyd/96a067773fc102566723 to your computer and use it in GitHub Desktop.
<html>
<body onload="GetPromo()">
<SCRIPT LANGUAGE="JavaScript">
function GetPromo() {
var p = "4650";
var a = "47002";
var b = Math.random().toString().substr(3, 5);
var c = Math.random().toString().substr(7, 1);a
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