Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function reboot(){\
  2. var msg = document.querySelector('#pwd1').value;\
  3. digestMsg(msg).then(result=>{\
  4. var opt = document.querySelector('[name=\"opt\"]');\
  5. var chk = document.querySelector('[name=\"chk1\"]');\
  6. opt.value = 3;\
  7. chk.value = digToHex(result);\
  8. console.log(opt.value);\
  9. console.log(chk.value);\
  10. document.getElementById('frmAdm').submit();\
  11. });\
  12. }\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement