 |
 |
|
Search TDY Housing Availability
|
 |
| Furnished  |
Unfurnished  |
 |
 |
 |
| Region |
|
 |
 |
 |
| State |
|
 |
 |
 |
| City |
|
 |
 |
 |
| Zip code |
  |
 |
 |
 |
| Reservation begins |
function showDP(oTxt) {
if ( !document.getElementById ) return;
for (var i = 0; i < document.all.length; i++) { o = document.all(i); if ((o.type == 'select-multiple')&&(o.name!="*months")) {if (o.style) o.style.display = 'none';} if ((o.type == 'select-one')&&(o.name!="*months")) {if (o.style) o.style.display = 'none';}}
// since we control the text format in callback(), getting the date is easy
var aDt = document.getElementById(oTxt.id).value.split("/");
var dt = null;
if ( aDt && (aDt.length == 3) ) {
var y = parseInt(aDt[2],10); if (y < 100) y += 2000;
dt = new Date(y,parseInt(aDt[0],10)-1,parseInt(aDt[1],10));
}
// store the textbox for use in the client
oDatePicker.client = document.getElementById(oTxt.id);
var screenPos = findPos(oTxt);
oDatePicker.show(dt, screenPos[0]+0, screenPos[1]+0, callback);
}
function callback(dt)
{
oDatePicker.client.value =
(dt.getMonth() + 1) + "/" +
dt.getDate() + "/" +
dt.getFullYear();
}
-->
|
 |
 |
 |
| Reservation ends |
function showDP(oTxt) {
if ( !document.getElementById ) return;
for (var i = 0; i < document.all.length; i++) { o = document.all(i); if ((o.type == 'select-multiple')&&(o.name!="*months")) {if (o.style) o.style.display = 'none';} if ((o.type == 'select-one')&&(o.name!="*months")) {if (o.style) o.style.display = 'none';}}
// since we control the text format in callback(), getting the date is easy
var aDt = document.getElementById(oTxt.id).value.split("/");
var dt = null;
if ( aDt && (aDt.length == 3) ) {
var y = parseInt(aDt[2],10); if (y < 100) y += 2000;
dt = new Date(y,parseInt(aDt[0],10)-1,parseInt(aDt[1],10));
}
// store the textbox for use in the client
oDatePicker.client = document.getElementById(oTxt.id);
var screenPos = findPos(oTxt);
oDatePicker.show(dt, screenPos[0]+0, screenPos[1]+0, callback);
}
function callback(dt)
{
oDatePicker.client.value =
(dt.getMonth() + 1) + "/" +
dt.getDate() + "/" +
dt.getFullYear();
}
-->
|
 |
 |
 |
| Number of bedrooms |
|
 |
 |
 |
| Show results per page |
|
 |
 |
 |
|   ADDITIONAL SELECTION CRITERIA: |
|
Pets
Pool
|
 |
 |
 |
| |
|