Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<html>
<head>
<script>
<!--
function login() {
document.form1.action="https://www.lendersolutionsonline.com/Account/Login.aspx";
document.form1.submit();
}
//-->
</script>
</HEAD>
<BODY onLoad="login()">

<form NAME="form1" id=form1 method="POST" >

<input type=hidden name="MainContent_LoginUser_UserName" value="YOUR USER NAME GOES HERE">
<input type=hidden name="MainContent_LoginUser_Password" value="YOUR PASSWORD GOES HERE">
</form>
</body>
</html>

<html>
<head>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900