Advertisement
Guest User

Untitled

a guest
Oct 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <form name="Rsimpleform" method="POST" id="RAccountManage"> Username: <input type="text" name="Runame" id="RusernameField" value=""/> Password: <input type="text" name="Rpwd" id="RpasswordField" value=""/> <input type="submit" value="Register"/> </form>
  2.  
  3. <form name="Lsimpleform" method="POST" id="LAccountManage">
  4. Username: <input type="text" name="Luname" id="LusernameField" value=""/>
  5. Password: <input type="text" name="Lpwd" id="LpasswordField" value=""/>
  6. <input type="submit" value="Login"/>
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement