Guest User

Untitled

a guest
Mar 7th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. var html = "<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\"></form>";
Add Comment
Please, Sign In to add comment