Created
June 9, 2017 14:19
-
-
Save dperussina/1f506e9d1acfd449693ed92affa42fa1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="Login" action="http://arrow.oe.agentgrid.net/UsersAdmin/LoginGate.aspx" method="post"> | |
<label class="lbl">User Name:</label><input type="text" id="Login_ID" name="Login_ID" maxlength="60" class="inpt"> | |
<label class="lbl">Password:</label><input type="password" id="passwd" name="password" maxlength="20" class="inpt"> | |
<!--<label class="lbl">User Name:</label><input name="" type="text" class="inpt" /> | |
<label class="lbl">Password:</label><input name="" type="text" class="inpt" />--> | |
<label class="lbl"> </label><span class="grey_btn_contnr"><input type="submit" name="subLogin" id="subLogin" value="Login" class="grey_flexible_btn"> | |
<!--<input name="" type="button" value="lOGIN" class="grey_flexible_btn" />--></span><br> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment