Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. form = document.forms["scriptForm"]
  2. form["script"].value = "3+3";
  3. form["name"].value = "3 plus 3";
  4. form["script"].value
  5. form["name"].value
  6. form.submit();
Add Comment
Please, Sign In to add comment