tryphotelnyc.com Open in urlscan Pro
107.180.14.67  Public Scan

URL: http://tryphotelnyc.com/
Submission: On February 02 via automatic, source urlhaus — Scanned from DE

Form analysis 3 forms found in the DOM

POST #

<form method="post" action="#" onsubmit="return toSubmit();">
  <div class="mobi-form col-sm-3 col-xs-12 tab-adj">
    <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <script>
      $(function() {
        $("#datepicker3").datepicker({
          setDate: new Date(),
          minDate: 0,
          showOn: "both",
          buttonImage: "images/callender.png",
          buttonImageOnly: true,
          onSelect: function(date) {
            var checkin_date = $("input[name=checkin_date]").val();
            var checkout_date = $("input[name=checkout_date]").val();
            $.ajax({
              url: "bookingdate.php",
              type: "POST",
              data: {
                'checkin_date': checkin_date,
                'checkout_date': checkout_date
              },
              success: function(response) {
                alert(response);
              }
            });
          }
        }).datepicker("setDate", new Date());
      });
      $(document).on('change', '#datepicker3', function() {
        var dateOne = $.datepicker.parseDate('mm/dd/yy', $('#datepicker3').val());
        dateOne.setDate(dateOne.getDate() + 1);
        $("#datepicker4").datepicker('option', 'minDate', dateOne);
      });
    </script>
    <p>Check In</p>
    <input type="text" id="datepicker3" value="" class="date hasDatepicker" name="checkin_date"><img class="ui-datepicker-trigger" src="images/callender.png" alt="..." title="...">
  </div>
  <div class="mobi-form col-sm-3 col-xs-12 tab-adj">
    <script>
      $(function() {
        $("#datepicker4").datepicker({
          setDate: new Date(),
          minDate: 1,
          showOn: "both",
          buttonImage: "images/callender.png",
          buttonImageOnly: true,
          onSelect: function(date) {
            var checkin_date = $("input[name=checkin_date]").val();
            var checkout_date = $("input[name=checkout_date]").val();
            $.ajax({
              url: "bookingdate.php",
              type: "POST",
              data: {
                'checkin_date': checkin_date,
                'checkout_date': checkout_date
              },
              success: function(response) {
                alert(response);
              }
            });
          }
        }).datepicker("setDate", new Date());
      });
    </script>
    <p>Check Out</p>
    <input type="text" id="datepicker4" value="" class="date hasDatepicker" name="checkout_date"><img class="ui-datepicker-trigger" src="images/callender.png" alt="..." title="...">
  </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj tab-secd-ad">
    <p>Adults</p>
    <span class="less-more-btn">
      <input type="button" value="-" id="less" style="height:35px;" class="adults-btn btn btn-success">
      <input type="text" name="adults" id="info" class="adults-text" size="2" value="1">
      <input type="hidden" style="height:35px; text-align:center;" id="infos" class="form-control" size="4" value="1">
      <input type="button" value="+" id="more" style="height:35px;" class="adults-btn btn btn-success">
    </span>
    <script>
      var howMany = $('#info').val();
      var how = 1;
      $('#more').click(function() {
        if (howMany < 50) {
          how += 1;
          howMany = how;
          $("#info").val(howMany);
        } else {
          alert("Too over");
        }
      });
      $('#less').click(function() {
        if (howMany > 1) {
          how -= 1;
          howMany = how;
          $("#info").val(howMany);
        }
      });
      $("#info").val(howMany);
    </script>
  </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj tab-secd-ad">
    <p>Children</p>
    <span class="less-more-btn">
      <input type="button" value="-" id="less1" style="height:35px;" class="adults-btn btn btn-success">
      <input type="text" name="children" id="info1" class="adults-text" size="2" value="0">
      <input type="hidden" style="height:35px; text-align:center;" id="infos" class="form-control" size="4" value="1">
      <input type="button" value="+" id="more1" style="height:35px;" class="adults-btn btn btn-success">
    </span>
    <script>
      var howMany1 = $('#info1').val();
      var how1 = 0;
      $('#more1').click(function() {
        if (howMany1 < 50) {
          how1 += 1;
          howMany1 = how1;
          $("#info1").val(howMany1);
        } else {
          alert("Too over");
        }
      });
      $('#less1').click(function() {
        if (howMany1 > 0) {
          how1 -= 1;
          howMany1 = how1;
          $("#info1").val(howMany1);
        }
      });
      $("#info1").val(howMany1);
    </script>
  </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj tab-secd-ad">
    <p>Rooms</p>
    <span class="less-more-btn">
      <input type="button" value="-" id="less2" style="height:35px;" class="adults-btn btn btn-success">
      <input type="text" name="rooms" id="info2" class="adults-text" size="2" value="1">
      <input type="hidden" style="height:35px; text-align:center;" id="infos" class="form-control" size="4" value="1">
      <input type="button" value="+" id="more2" style="height:35px;" class="adults-btn btn btn-success">
    </span>
    <script>
      var howMany2 = $('#info2').val();
      var how2 = 1;
      $('#more2').click(function() {
        if (howMany2 < 50) {
          how2 += 1;
          howMany2 = how2;
          $("#info2").val(howMany2);
        } else {
          alert("Too over");
        }
      });
      $('#less2').click(function() {
        if (howMany2 > 1) {
          how2 -= 1;
          howMany2 = how2;
          $("#info2").val(howMany2);
        }
      });
      $("#info2").val(howMany2);
    </script>
  </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj"> <span class="code-input">
      <input type="hidden" value="GCF_tryp" name="shell">
    </span> </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj"> <span class="code-input">
      <input type="hidden" value="GCF_tryp" name="template">
    </span> </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj"> <span class="code-input">
      <input type="hidden" value="5136" name="chain">
    </span> </div>
  <div class="mobi-form col-sm-3 col-xs-6 tab-adj"> <span class="code-input">
      <input type="hidden" value="80004" name="Hotel">
    </span> </div>
  <div class="mobi-form col-sm-3 col-xs-12 tab-adj">
    <input type="submit" value="BOOK NOW" class="col-xs-12 book-now-btn raleway-font">
  </div>
</form>

POST #

<form method="post" action="#" target="_self" onsubmit="return toSubmit1();">
  <table style="width: 100%; color: #fff" align="center">
    <tbody>
      <tr>
        <td class="sub-home-top-form-lable">Check In</td>
        <td>Check Out</td>
        <td>Adults</td>
        <td>Children</td>
        <td>Rooms</td>
        <td></td>
      </tr>
      <tr>
        <td class="sub-home-top-form">
          <script>
            $(function() {
              $("#datepicker").datepicker({
                setDate: new Date(),
                minDate: 0,
                showOn: "both",
                buttonImage: "images/callender.png",
                buttonImageOnly: true,
                onSelect: function(date) {
                  var checkin_date = $("input[name=checkin_date1]").val();
                  var checkout_date = $("input[name=checkout_date1]").val();
                  $.ajax({
                    url: "bookingdate.php",
                    type: "POST",
                    data: {
                      'checkin_date': checkin_date,
                      'checkout_date': checkout_date
                    },
                    success: function(response) {
                      //alert(response);
                    }
                  });
                }
              }).datepicker("setDate", new Date());
            });
            /*$(document).on('change', '#datepicker', function() { 
								   var dateOne = $.datepicker.parseDate('mm/dd/yy', $('#datepicker').val());
								   dateOne.setDate(dateOne.getDate() + 1);
								   $("#datepicker1").datepicker('option', 'minDate', dateOne);  
							  });*/
          </script>
          <input type="text" id="datepicker" value="" class="date hasDatepicker" name="checkin_date1"><img class="ui-datepicker-trigger" src="images/callender.png" alt="..." title="...">
        </td>
        <td>
          <script>
            $(function() {
              $("#datepicker1").datepicker({
                setDate: new Date(),
                minDate: 1,
                showOn: "both",
                buttonImage: "images/callender.png",
                buttonImageOnly: true,
                onSelect: function(date) {
                  var checkin_date = $("input[name=checkin_date1]").val();
                  var checkout_date = $("input[name=checkout_date1]").val();
                  $.ajax({
                    url: "bookingdate.php",
                    type: "POST",
                    data: {
                      'checkin_date': checkin_date,
                      'checkout_date': checkout_date
                    },
                    success: function(response) {
                      //alert(response);
                    }
                  });
                }
              }).datepicker("setDate", new Date());
            });
          </script>
          <input type="text" id="datepicker1" value="" class="date hasDatepicker" name="checkout_date1"><img class="ui-datepicker-trigger" src="images/callender.png" alt="..." title="...">
        </td>
        <td><span class="less-more-btn">
            <input type="button" value="-" id="less3" style="height:35px;" class="adults-btn btn btn-success">
            <input type="text" name="adults1" id="info3" class="adults-text" size="2" value="1">
            <input type="hidden" style="height:35px; text-align:center;" id="infos" class="form-control" size="4" value="1">
            <input type="button" value="+" id="more3" style="height:35px;" class="adults-btn btn btn-success">
          </span>
          <script>
            var howMany3 = $('#info3').val();
            var how3 = 1;
            $('#more3').click(function() {
              if (howMany3 < 50) {
                how3 += 1;
                howMany3 = how3;
                $("#info3").val(howMany3);
              } else {
                alert("Too over");
              }
            });
            $('#less3').click(function() {
              if (howMany3 > 1) {
                how3 -= 1;
                howMany3 = how3;
                $("#info3").val(howMany3);
              }
            });
            $("#info3").val(howMany3);
          </script>
        </td>
        <td><span class="less-more-btn">
            <input type="button" value="-" id="less4" style="height:35px;" class="adults-btn btn btn-success">
            <input type="text" name="children1" id="info4" class="adults-text" size="2" value="0">
            <input type="hidden" style="height:35px; text-align:center;" id="infos" class="form-control" size="4" value="0">
            <input type="button" value="+" id="more4" style="height:35px;" class="adults-btn btn btn-success">
          </span>
          <script>
            var howMany4 = $('#info4').val();
            var how4 = 0;
            $('#more4').click(function() {
              if (howMany4 < 50) {
                how4 += 1;
                howMany4 = how4;
                $("#info4").val(howMany4);
              } else {
                alert("Too over");
              }
            });
            $('#less4').click(function() {
              if (howMany4 > 0) {
                how4 -= 1;
                howMany4 = how4;
                $("#info4").val(howMany4);
              }
            });
            $("#info4").val(howMany4);
          </script>
        </td>
        <td><span class="less-more-btn">
            <input type="button" value="-" id="less5" style="height:35px;" class="adults-btn btn btn-success">
            <input type="text" name="rooms1" id="info5" class="adults-text" size="2" value="1">
            <input type="hidden" style="height:35px; text-align:center;" id="infos" class="form-control" size="4" value="1">
            <input type="button" value="+" id="more5" style="height:35px;" class="adults-btn btn btn-success">
          </span>
          <script>
            var howMany = $('#info5').val();
            var how = 1;
            $('#more5').click(function() {
              if (howMany < 50) {
                how += 1;
                howMany = how;
                $("#info5").val(howMany);
              } else {
                alert("Too over");
              }
            });
            $('#less5').click(function() {
              if (howMany > 1) {
                how -= 1;
                howMany = how;
                $("#info5").val(howMany);
              }
            });
            $("#info5").val(howMany);
          </script>
        </td>
        <td><span class="code-input">
            <input type="hidden" value="WT" name="brand_id">
          </span></td>
        <td><span class="code-input">
            <input type="hidden" value="false" name="useWRPoints">
          </span></td>
        <td><span class="code-input">
            <input type="hidden" value="1000011084" name="corporate_id">
          </span></td>
        <td><span class="code-input">
            <input type="hidden" value="BH,DI,RA,BU,HJ,KG,MT,SE,TL,WG,WY,WT,WP,VO,DX,TM,CE,AA,LQ" name="brand_code">
          </span></td>
        <td><input type="submit" value="BOOK NOW" class="book-now-btn raleway-font"></td>
      </tr>
      <tr>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
      </tr>
    </tbody>
  </table>
</form>

Name: newsfnPOST https://docs.google.com/forms/u/1/d/e/1FAIpQLSdhedjY6Lae5D_xyFzhcD4ngb4D7ZCVuFGw-I9sdCY15wRPGw/formResponse

<form name="newsfn" method="post" action="https://docs.google.com/forms/u/1/d/e/1FAIpQLSdhedjY6Lae5D_xyFzhcD4ngb4D7ZCVuFGw-I9sdCY15wRPGw/formResponse">
  <div class="form-group col-xs-12 col-lg-12 empad"> <span class="col-lg-9 col-xs-12 col-md-7 emboxpad">
      <input type="email" class="form-control foot-mail-box" id="email" name="emailAddress" placeholder="Enter email" required="">
    </span> <span class="col-lg-3 col-xs-12 col-md-3 foot-mail-btn">
      <button type="submit" name="submitnew" class="btn btn-footer" style="border: 1px solid;">Join</button>
    </span> </div>
</form>

Text Content

COVID 19 UPDATES : WE ARE FOLLOWING CLEANING AND SAFETY PROTOCOLS. LEARN MORE
ABOUT OUR COMMITMENTS.

 * Rooms
 * Deals
 * Meetings
 * Restaurant
 * Flexible Work Place

 * Rooms
   
   Deals
   
   Meetings
   
   Restaurant
   
   Flexible Work Place

MENU


Rooms

Deals

Meetings

Restaurant

Flexible Work Place

 * Tryp NYC
 * Amenities
 * FAQ
 * Contact
 * 

 * Tryp NYC
 * Amenities
 * FAQ
 * Contact
 * 

 * 

 * Tryp NYC
 * Amenities
 * FAQ
 * Contact
 * 

 * 

Check In

Check Out

Adults

Children

Rooms







Check In Check Out Adults Children Rooms









TRYP NEW YORK CITY TIMES SQUARE SOUTH

Located in the heart of TRYP New York City Times Square South is within a
2-minute walk from all NYC Public Transit and Penn Station. TRYP is just minutes
away from all the city's top attractions like Macy's Herald Square, Jacob Javits
Convention Center, Empire State, and Madison Square Garden. This 173-room,
4-star hotel has a restaurant and bar along with conveniences like free in-room
WIFI, fitness center and discounted parking. TRYP Hotel NYC-Times Square South
is popular for the family rooms that can accommodate up to eight persons.

ABOUT US






HOTEL INSIGHTS


HOTEL AMENITIES




FAQ




PARKING




AIRPORT SHUTTLE




OUR ROOMS

TRYP QUEEN

 * One Queen Bed
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * Approx 210 Sq.Ft
 * 2 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * One Queen Bed
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * Approx 210 Sq.Ft
 * 2 Guest



TRYP KING

 * One King Bed
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * Approx. 250 Sq.Ft
 * 2 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * One King Bed
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * Approx. 250 Sq.Ft
 * 2 Guest



TRYP DOUBLE

 * Two Queen Beds
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * 299 approx. Sq.Ft
 * 4 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * Two Queen Beds
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * 299 approx. Sq.Ft
 * 4 Guest



TRYP PREMIUM

 * Two Queen Beds
 * One Sofa Bed
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * Approx. 324 Sq. Ft
 * 6 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * Two Queen Beds
 * One Sofa Bed
 * 42'' LED Tv
 * One Bath
 * 10 Foot Loft Ceilings
 * Approx. 324 Sq. Ft
 * 6 Guest



TRYP THEATRE

 * One King Bed
 * One Bunk Bed
 * Two 42'' LED Tv
 * Part of IT 18 Foot Loft Ceilings With Blue Skylight
 * Approx.280 Sq. Ft
 * One Bath
 * One Sofa Bed
 * Hi-Fi Sound System
 * 6 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * One King Bed
 * One Bunk Bed
 * Two 42'' LED Tv
 * Part of IT 18 Foot Loft Ceilings With Blue Skylight
 * Approx.280 Sq. Ft
 * One Bath
 * One Sofa Bed
 * Hi-Fi Sound System
 * 6 Guest



TRYP FAMILY

 * Two Queen Beds
 * One Bunk Bed
 * Wet-Bar
 * Two 42'' LED Tv
 * Approx.420 Sq. Ft
 * One Bath
 * One Sofa Bed
 * 8 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * Two Queen Beds
 * One Bunk Bed
 * Wet-Bar
 * Two 42'' LED Tv
 * Approx.420 Sq. Ft
 * One Bath
 * One Sofa Bed
 * 8 Guest



TRYP PREMIUM FAMILY

 * Two Queen Beds
 * One Bunk Bed
 * bar
 * Two 42'' LED Tv
 * 10 Foot Loft Ceilings
 * Approx.360 Sq. Ft
 * Two Bath
 * One Sofa Bed
 * 8 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * Two Queen Beds
 * One Bunk Bed
 * bar
 * Two 42'' LED Tv
 * 10 Foot Loft Ceilings
 * Approx.360 Sq. Ft
 * Two Bath
 * One Sofa Bed
 * 8 Guest



ADA TRYP DOUBLE

 * Two Queen Beds
 * 42'' LED Tv
 * One Accessible Bath
 * 10 Foot Loft Ceilings
 * Approx 299 Sq.Ft
 * 4 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * Two Queen Beds
 * 42'' LED Tv
 * One Accessible Bath
 * 10 Foot Loft Ceilings
 * Approx 299 Sq.Ft
 * 4 Guest



ADA TRYP KING

 * One King Bed
 * 42'' LED Tv
 * One Accessible Bath
 * 10 Foot Loft Ceilings
 * Approx. 250 Sq.Ft
 * 2 Guest

Know More

--------------------------------------------------------------------------------

Book Now

 * One King Bed
 * 42'' LED Tv
 * One Accessible Bath
 * 10 Foot Loft Ceilings
 * Approx. 250 Sq.Ft
 * 2 Guest


PrevNext
1
2
3
4
5
6
7
8
9


OUR DEALS


JAVITS CENTER ATTENDEES - GET 10% OFF

KNOW MORE



GUEST’S RETURN VISIT - GET 15% OFF

KNOW MORE



MEMBER’S SAVING - 10% OFF

KNOW MORE



PARKING IN NYC - TAKE $20 OFF

KNOW MORE



DO PLAN IN ADVANCE! - GET 15% OFF

KNOW MORE



BOOK NOW & GET 7.5% OFF

KNOW MORE



STAY ONE MORE NIGHT AND SAVE 5%

KNOW MORE



BEST DEALS FOR HEALTHCARE WORKERS 12% OFF

KNOW MORE



MANAGER'S SPECIAL 15% OFF

KNOW MORE



FAMILY DEALS, GET 12% OFF

KNOW MORE

prev
next



OUR GALLERY

 * Meeting Space & Roof Top
 * Rooms & Amenities
 * Gastro At 35- Restaurant & Bar
 * Hotel & Guest


Open Gallery




NEWSLETTER

Keep in touch with us for an affordable, luxurious stay

Join


ABOUT

 * About Us
 * Career
 * Amenities
 * Site Map
   


BOOKINGS

 * Group Booking
 * Travel Agent
 * Corporate Booking
 * Our Gallery


CONTACT US

345 West 35th Street,
New York, NY 10001
Phone: 1-212-600-2440

Fax: 1-212-600-2441

Email: reservations@tryphotelnyc.com

Help: help@tryphotelnyc.com


REACH OUT TO US AND OUR SISTER PROPERTIES

 * * ECONO NYC
   * www.econonyc.com

 * 302 West 47street
 * New York NY 10036, USA
 * Telephone: +1 (212)-246-1991
 * Email: reservations@econonyc.com

 * * THE PAUL NYC
   * www.thepaulnyc.com
    * 32 West 29th Street
    * New York NY 10001, USA
    * Telephone: +1 (212)- 204-5750
    * Email: reservations@thepaulnyc.com

 * * TRYP TIMES SQUARE SOUTH
   * www.tryptimessquare.com

 * 345 West 35th Street
 * New York NY 10001, USA
 * Telephone: +1 (212)-600-2440
 * Email: reservations@tryphotelnyc.com

 * * JFK INN
   * www.jfkinn.com

 * 154-10, South Conduit Avenue,
 * Jamaica, New York 11434, USA
 * Telephone: +1 (718)-723-5100
 * Email: info@jfkinn.com


MEMBERSHIP

Our memberships include the following and many more, Travel Associations, Tour
Operators the different Chamber of Commerce i.e. Manhattan, Greater New York,
German, Austria, China, French, Spain etc. We offer 12% commission to travel
agents on every booking they make with us.




© 2023 TRYP Hotels Worldwide, Inc. All rights reserved.

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * Hotel Policy
 * Blog

© 2023 TRYP Hotels Worldwide, Inc. All rights reserved.


Close

PrevNext
February 2023

SuMoTuWeThFrSa   12345678910111213141516171819202122232425262728    

Frequently Asked Questions Close


PARKING

Location: Discount Meyers Parking (website: SpotHero.com)

324 West, 35th Street Between 8th Avenue & 9th Avenue NYC) (100 yards on the
left-hand side of TRYP By Wyndham Times Square South)

Charges of regular car/ sedan: $50.00/day

Charges of SUV: $65.00/day

*Another bigger car will charge extra

*Guest can purchase a parking ticket at the time of check-in or check out either
from the hotel front desk or directly to the parking attendants

*Anytime the car in & out from the garage will be charged extra.


AIRPORT SHUTTLE

We are not offering transportation to / From the Airport,

Please check the shuttle rate with our recommended Shared Van

Company at www.Goairlink.com