Guest User

Untitled

a guest
Mar 7th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. body.innerHTML = '<form id=\"loginForm\" action=\"javascript:void(null);\" onsubmit=\"login();\">
  2. Username:<input type=\"text\" id=\"username\" name=\"username\">
  3. Password:<input type=\"password\" id=\"password\" name=\"password\">
  4. <input value=\"Login\" name=\"submit\" id=\"loginButton\" type=\"submit\">
  5. </form>';
Add Comment
Please, Sign In to add comment