<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<%else%>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<%End If %>
<link rel="stylesheet" href="../css/moveandstay_style.css" type="text/css">
<!--#include file="../inc/check_java.asp" -->
<%
Sql="select c.country_id, country, cc.city_id, city from country c inner join city cc on c.country_id=cc.country_id order by c.country"
set Rs=objCon.execute(Sql)
tempID=""
txtCountry=""
while not Rs.eof
if cstr(tempID)<>cstr(Rs("country_id")) then
txtCountry=txtCountry & "<option value="""&Rs("country_id")&""">"&Rs("country")&"</option>" & vbcrlf
if tempID<>"" then
txtJava=txtJava & "}" & vbcrlf
end if
tempID=Rs("country_id")
txtJava=txtJava & "if (chosen == """&tempID&"""){" & vbcrlf
end if
txtJava=txtJava & " selbox.options[selbox.options.length] = new Option("""&Rs("city")&""","""&Rs("city_id")&""");"& vbcrlf
Rs.movenext
wend
txtJava=txtJava & "}"
%>
<SCRIPT LANGUAGE="JavaScript" src="../inc/js/control.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
function checkData()
{
frm=document.frmMain;
if (trim(frm.firstname.value)==''){
alert ('First Name is Required!');
frm.firstname.focus();
return false;
}
if (trim(frm.lastname.value)==''){
alert ('Last Name is Required!');
frm.lastname.focus();
return false;
}
if (trim(frm.organization.value)==''){
alert ('Company is Required!');
frm.organization.focus();
return false;
}
if (trim(frm.address.value)==''){
alert ('Address is Required!');
frm.address.focus();
return false;
}
if (trim(frm.city.options[frm.city.selectedIndex].value)==""){
alert ('City is Required!\nYou have to select Country before you can select City');
frm.city.focus();
return false;
}
if (trim(frm.country.options[frm.country.selectedIndex].value)==""){
alert ('Country is Required!');
frm.country.focus();
return false;
}
if (trim(frm.phone.value)==''){
alert ('Phone is Required!');
frm.phone.focus();
return false;
}
if (trim(frm.website.value)==''){
alert ('Website is Required!');
frm.website.focus();
return false;
}
if (trim(frm.email.value)==''){
alert ('Email Address is Required!');
frm.email.focus();
return false;
}
if (trim(frm.username.value)==''){
alert ('Username is Required!');
frm.username.focus();
return false;
}
if (trim(frm.password.value)==''){
alert ('Password is Required!');
frm.password.focus();
return false;
}
if (trim(frm.confirm_password.value)==''){
alert ('Confirmation password is Required!');
frm.confirm_password.focus();
return false;
}
if (trim(frm.password.value)!='' && trim(frm.confirm_password.value)!='' &&(trim(frm.password.value) != trim(frm.confirm_password.value))){
alert ('Password error, please enter password again!');
frm.password.focus();
return false;
}
frm.btnSubmit.disabled=true;
return true;
}
<p>MOVEANDSTAY is looking for local property owners and providers of luxury corporate housing and serviced apartments, who can service the needs of our international customer base in North America, Europe, Asia and Australasia.<p>
<h2>How you benefit</h2>
<ul>
<li>Market your portfolio of apartments to an international audience
<li>Receive booking referrals from MOVEANDSTAY
<li>Revenue generating potential and immediate set up
<li>Online brand awareness
<li>Featured Apartments promotion opportunities
</ul>
<h2>Partner Program</h2>
<p>To be eligible for the MOVEANDSTAY Partner Program you must meet the following criteria:</p>
<ul>
<li>High quality serviced apartments available to rent
<li>Booking and payment facilities
<li>Dedicated customer service via phone and email
<li>Capability of fulfilling professional customer service
<li>Properties in major cities worldwide
</ul>
<p>MOVEANDSTAY is offering selected companies that provide serviced accommodation the opportunity to become an affiliate partner. MOVEANDSTAY Partners can promote their apartments to an international audience. MOVEANDSTAY will receive a commission for each booking that is fulfilled. Partners that meet the criteria and are chosen, will have selected apartments promoted on Moveandstay.com and its network.</p>
<h2>Payments</h2>
<p>There is a commission due on each booking that is fulfilled - there is no cost if no bookings are made. MOVEANDSTAY will set up your partner account and you will be given a username and password where you can edit property rates, description or photos. The role of MOVEANDSTAY is to market the apartments and provide a high quality service to customers looking for an apartment online.</p>