parsetrip.com Open in urlscan Pro
23.19.141.66  Public Scan

URL: https://parsetrip.com/
Submission: On June 16 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: ForgateDivPOST /Home/ForgotPassword

<form class="modal fade" id="access_account" name="ForgateDiv" style="z-index: 20000" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" method="post" action="/Home/ForgotPassword" novalidate="novalidate">
  <div class="modal-dialog modal-sm">
    <div class="modal-content">
      <div class="modal-header">
        <div class="close-btn">
          <a class="close" data-dismiss="modal">×</a>
        </div>
        <h5 class="modal-title" id="myModalLabel">Can't access your account?</h5>
        <p>We will send a link on your registered email to reset your password.</p>
      </div>
      <div class="modal-body row">
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mrg-btm10">
          <label>User Id</label>
          <input class="form-control" id="txtUsernameForgot" name="txtUsernameForgot" placeholder="" maxlength="50" type="text" required="" ng-model="txtUsernameForgot">
        </div>
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mrg-btm10">
          <label>Registered Email ID</label>
          <input class="form-control" id="txtEmailForgot" name="txtEmailForgot" placeholder="" maxlength="100" type="text" required="" ng-model="txtEmailForgot">
        </div>
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 red-color" style="display: none;" id="msgShow">
        </div>
      </div>
      <div class="modal-footer">
        <input id="btnSend" type="submit" name="Send" value="Submit" class="btn btn-default" ng-disabled="!(ForgateDiv.$valid)">
        <a class="btn btn-default" data-dismiss="modal">Close</a>
      </div>
    </div>
  </div>
</form>

Name: myFormPOST /Home/Login

<form class="ng-scope ng-dirty ng-valid-parse ng-valid ng-valid-required" ng-controller="validateCtrl" name="myForm" method="post" action="/Home/Login" novalidate="novalidate">
  <div class="login-heading">LOGIN</div>
  <div class="logbg">
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 padd-lft5 padd-rgt5 mrg-top10 mrg-btm5">
      <span class="usrnm">
        <input type="text" class="form-control" id="LoginUsername" name="LoginUsername" placeholder="Enter Username" required="" ng-model="Username">
      </span>
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 padd-lft5 padd-rgt5 mrg-btm5 mrg-top10 mrg-btm5">
      <span class="pwd">
        <input type="password" class="form-control" id="LoginPassword" name="LoginPassword" placeholder="Enter Password" required="" ng-model="Password">
      </span>
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 padd-lft5 padd-rgt5 mrg-btm5 mrg-top10 mrg-btm5">
      <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 nopadding text-left pull-left mrg-top10 mrg-btm15 text-center-xs">
        <a href="#" class="reg-link text-right" data-toggle="modal" onclick="return valid();" data-="">
                                        Forgot Password?
                                    </a>
      </div>
      <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 nopadding text-left pull-right">
        <button type="submit" id="btnLogin" class="btn submit-btn hfbtn logbtn mrg-btm10" name="Login" ng-disabled="!(myForm.$valid)" onclick="return validation();">PROCEED</button>
      </div>
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 nopadding mrg-btm5 padd-top10 mrg-btm5 btn-align text-center"> New User? <a href="/Home/Register" class="rgstr text-center mrg-btm10"><b><i><u>REGISTER NOW</u></i></b></a>
    </div>
  </div>
</form>

Name: ForgateDivPOST /Home/ForgotPassword

<form class="modal fade ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength" id="access_account" name="ForgateDiv" style="z-index: 20000" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" runat="server" aria-hidden="true"
  method="post" action="/Home/ForgotPassword" novalidate="novalidate">
  <div class="modal-dialog modal-sm">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">
          <span aria-hidden="true">×</span><span class="sr-only">Close</span>
        </button>
        <h5 class="modal-title" id="myModalLabel">Can't access your account?</h5>
        <p>We will send a link on your registered email to reset your password.</p>
      </div>
      <div class="modal-body row">
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mrg-btm10">
          <label>User Id</label>
          <input class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" id="txtUsernameForgot" runat="server" name="txtUsernameForgot" placeholder="" maxlength="50" type="text" required=""
            ng-model="txtUsernameForgot">
        </div>
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mrg-btm10">
          <label>Registered Email ID</label>
          <input class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" id="txtEmailForgot" runat="server" name="txtEmailForgot" placeholder="" maxlength="100" type="text" required=""
            ng-model="txtEmailForgot">
        </div>
        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 red-color" style="display: none;" id="msgShow">
        </div>
      </div>
      <div class="modal-footer">
        <input id="btnSend" type="submit" name="Send" value="Submit" class="btn btn-default" ng-disabled="!(ForgateDiv.$valid)" disabled="disabled">
        <a class="btn btn-default" data-dismiss="modal">Close</a>
      </div>
    </div>
  </div>
</form>

Text Content

Menu
 * Whatsapp:-
 * Phone:- +971552530117
 * Email:- info@parsetrip.ae

 * Home
 * About Us
 * Contact Us

×

CAN'T ACCESS YOUR ACCOUNT?

We will send a link on your registered email to reset your password.

User Id
Registered Email ID

Close
×

CONTACT US

WHATSAPP
Click Here

PHONE
+971552530117

EMAIL
info@parsetrip.ae

LOCATION
Office Address: Dubai,UAE.

×

ABOUT US

Parsetrip Travel and Tourism Services Company is one of the providers of the
best hotels and travel tours to different parts of the world. We came together
in this company to provide the best facilities and services for our customers,
and in this way, the years of experience and expertise of the professional team
are proof of this.

Our specialized team provides the best offers based on customer needs and
dramatically improves the chances of sustainable success and dynamic access by
increasing unique interaction and performance and creating transparency in
services. See the world more beautiful by Parse trip Co.

×

PRIVACY POLICY

PRIVACY STATEMENT

×

PRIVACY POLICY


×

TERMS & CONDITIONS


Login | Parse Trip
LOGIN
Forgot Password?
PROCEED
New User? REGISTER NOW


BEST OFFER

 
Shangri-La Barr Al Jissah Muscat
Burj Al Arab
The Westin Maldives


TOP DESTINATION

 
UAE
Maldives
Oman
Qatar

VERIFICATION CODE

Please enter the OTP send to the email id


Enter Your OTP Invalid OTP!

×Close

CAN'T ACCESS YOUR ACCOUNT?

We will send a link on your registered email to reset your password.

User Id
Registered Email ID

Close


CONTACT INFO

Dubai, UAE.
+971552530117
info@parsetrip.ae

QUICK LINKS

 * Home
 * About Us
 * Contact Us
 * Privacy Policy
 * Terms & Conditions

SOCIAL NETWORKS



Copyright @ Parse Trip 2024  |  All rights reserved.
Powered by ParseTrip
×

CONTACT US

WHATSAPP
Click Here

PHONE
+971552530117

EMAIL
info@parsetrip.ae

LOCATION
Office Address: Dubai,UAE.

×

ABOUT US

Parsetrip Travel and Tourism Services Company is one of the providers of the
best hotels and travel tours to different parts of the world. We came together
in this company to provide the best facilities and services for our customers,
and in this way, the years of experience and expertise of the professional team
are proof of this.

Our specialized team provides the best offers based on customer needs and
dramatically improves the chances of sustainable success and dynamic access by
increasing unique interaction and performance and creating transparency in
services. See the world more beautiful by Parse trip Co.

×

PRIVACY POLICY

PRIVACY STATEMENT

×

PRIVACY POLICY


×

TERMS & CONDITIONS