Guest User

Untitled

a guest
Dec 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function form() {
  2.     var input = document.getElementById("password").value;
  3.     var pass = "chickentikkamasala";
  4.     var body = document.getElementsByTagName("body")[0];
  5.     if (input == pass) {
  6.         body.innerHTML = "<img src=\"ricky.gif\"><audio autoplay loop><source src=\"crazy.mp3\"></audio>";
  7.     }
  8. }
Add Comment
Please, Sign In to add comment