ipo.adityabirlamoney.com Open in urlscan Pro
14.142.125.56  Public Scan

URL: https://ipo.adityabirlamoney.com/
Submission: On September 13 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./

<form method="post" action="./" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="ercvCxYKudNBErLSiU5YIr3bCJUyjbQF5cjHUHMbuxOFnraYVWBWEzAuhNhZsZbjqTDGFhhQ44v/s4W9nWnLuqVD/3L0ITQoDZlqLtioDJ+SRlsklIKqiSjITOnvpKlr/B+Zlxzx8IyHctBXi72TiHllgALPv/82xFQuEbFAj3TQZ/1Ergrd6IjRDTu54Zr/K2S5JBkGewUBRug1e8M9EIswAtn1LguyAOka1Nn+u4B5oXaEGMFQG+9uFcji3evTnsorCujHf3Ony1DuO5rkjmF6CB4sgvSF1bd+PRrk1DQ=">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="J1IToU0S5csFmmF0QJtZT3A+NgeTiRzr6PoyfrX78QmZKFJgyUCe1jrEwuHXLmNnY6oX9NdEd72S2jeuQ9t7/ezYlwFhETeWpOa2wx/xcJSr25kiXQIgpxcyvTneHPc14VQMkYsIlfpCTP0mA9r1vdK0UonR4spwbVrNjqr+YiocffEQNlnIeWxx0iUx6G//rqFL3qru0bmzRxwIkPLBiQ==">
  </div>
  <header class="header-sc defaultheader">
    <div class="container defaultlogin">
      <div class="row">
        <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mainheadcont ">
          <div class="logo-img">
            <img src="images/abml_logo.png" class="img-responsive clientlogo1">
          </div>
          <div class="mainHeaderCont">
          </div>
        </div>
        <div class="ipoheadertilename">
          <span class="headername">Aditya Birla Money Limited</span>
        </div>
        <div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col-12"></div>
        <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
          <div class="current-ipo-login defaultcontainer">
            <h1 style="margin-top: 15px;">Member Login</h1>
            <input name="UserID" type="text" id="UserID" placeholder="PAN is your login id" autocomplete="off" onkeyup="return capitalize(this);">
            <input name="pwd" type="password" id="pwd" placeholder="Email is Your Password" autocomplete="off">
            <div class="row col-lg-12 col-md-12 col-sm-12 col-12 vfc-mblresp">
              <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 captchaimage">
                <img id="imgCaptcha" src="GenerateCaptcha.aspx?638618601477294148">
              </div>
              <div class="col-lg-5 col-md-4 col-sm-12 col-xs-12 captchatxtbox">
                <input name="captcha_code_log" type="text" id="captcha_code_log" maxlength="6" oninput=" return checkCaptchaLength();">
              </div>
              <div class="col-lg-3 col-md-4 col-sm-12 col-xs-12 rimgbnt refreshbtn">
                <input type="image" name="captcha_image" id="captcha_image" src="images/refresh.png" alt="Refresh">
              </div>
            </div>
            <div style="color: Red;" id="Divmsg"></div>
            <div class="col-lg-12 col-md-12 col-sm-12 col-12 ">
              <input type="submit" name="signin" value="Sign In" onclick="return validate();" id="signin" class="ipo-sign-in s defaultloginbtn">
            </div>
          </div>
        </div>
        <div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col-12"></div>
        <div class="row">
        </div>
      </div>
    </div>
  </header>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  <script src="js/popper.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <script src="js/aos.js"></script>
  <script type="text/javascript" src="/ipo/js/alertify.js"></script>
  <script type="text/javascript">
    $(document).ready(function() {
      $(".test-select ul li").click(function() {
        $("#activeSome").html($(this).html());
        $('div[id^=div]').hide();
        var id = $(this).attr('id');
        //alert(id);
        $('#div' + id).show();
      });
      $("#activeSome").click(function() {
        $(".test-select ul").slideToggle();
      });
      $(".test-select ul li").click(function() {
        $(".test-select ul").hide();
      });
      AOS.init({
        easing: 'ease-in-out-sine',
        once: 'true',
        disable: function() {
          var maxWidth = 768;
          return window.innerWidth < maxWidth;
        }
      });
    });
  </script>
  <script type="text/javascript">
    //alertify.alert("Test");
    function validate() {
      debugger;
      var uid = document.getElementById("UserID").value;
      var pwd = document.getElementById("pwd").value;
      var captchatxtbox = document.getElementById('captcha_code_log').value;
      if (document.getElementById("UserID").value == "") {
        alertify.alert("Please Enter Login ID ");
        document.getElementById("UserID").focus();
        return false;
      }
      if (document.getElementById("pwd").value == "") {
        alertify.alert("Please Enter Password");
        document.getElementById("pwd").focus();
        return false;
      }
      if (document.getElementById('captcha_code_log').value == "") {
        alertify.alert("Please Enter Code");
        document.getElementById('captcha_code_log').focus();
        return false;
      }
    }

    function capitalize(event) {
      $(event).val(function() {
        return this.value.toUpperCase();
      })
    };

    function bindlogin(uid, pwd, captchatxtbox) {
      $.ajax({
        type: "POST",
        contentType: "application/json; charset=utf-8",
        data: "{'UserID':'" + uid + "','Password':'" + pwd + "','captchatxtbox':'" + captchatxtbox + "'}",
        url: "/Default.aspx/Loginuser",
        dataType: "json",
        async: false,
        success: function(data) {
          var res = data.d;
          if (res == "1") {
            window.location = "/CurrentIndex.aspx?id=1";
          } else {
            $("#Divmsg").html(res);
          }
        },
        error: function(result) {
          alert(result.responseText);
        }
      });
    }
  </script>
  <script type="text/javascript">
    $(":text").keyup(function() {
      $(this).val($(this).val().replace(/^\s+/, ""));
    });
    $(":Password").keyup(function() {
      $(this).val($(this).val().replace(/^\s+/, ""));
    });
  </script>
</form>

Text Content

Aditya Birla Money Limited



MEMBER LOGIN