Guest User

Untitled

a guest
Jan 23rd, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.04 KB | None | 0 0
  1. <form id="formaction" action="login.php" method="post">
  2.     <table class="activity" style="background-color:;">
  3.     <tbody><tr>
  4.     <td class="labels">Username</td><td><input type="text" name="login" class="usertext" size="15" value=""></td>
  5.     </tr>
  6.     <tr>
  7.     <td class="labels">Password</td><td><input type="password" name="pass" class="usertext" size="15" value=""></td>
  8.     </tr>
  9.     <tr bgcolor=""><td colspan="2" style="height:8px;"></td></tr>
  10.     <tr>
  11.     <td width="80"><div style="font-size:10px;">&nbsp;</div></td>
  12.     <td align="right">
  13.     <input id="tsubmit" class="login_button" type="submit" style="" value="" onclick="document.getElementById(&#39;tsubmit&#39;).style.display=&#39;none&#39;; document.getElementById(&#39;loadeux&#39;).style.display=&#39;&#39;; document.getElementById(&#39;formaction&#39;).submit();">
  14.     <img id="loadeux" src="./Login_files/loader.gif" style="display:none;position:relative;top:-5px;">
  15.     </tr>
  16.     </tbody></table>
  17.     &nbsp;
  18.     <input type="hidden" name="phone" id="phone" value=''>
  19.     <input type="submit" style="visibility:hidden;">
  20.     </form>
Advertisement
Add Comment
Please, Sign In to add comment