ÿþ<html> <head> <title>Apart Hotel Family</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="estilos.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .combo {FONT-FAMILY : Tahoma, Sans-serif; FONT-SIZE : 11px; } --> </style> </head> <body bgcolor="#FFFFFF" text="#000000" background="back.gif"> <table width="728" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td width="165" valign="top" align="center"> <table width="165" border="0" cellspacing="0" cellpadding="0"> <tr> <td><br> <img src="logo1.gif" width="165" height="78"></td> </tr> <tr> <td><img src="menu.gif" width="165" height="298" usemap="#Map" border="0" href="#"></td> </tr> </table> </td> <td valign="top" bgcolor="#E6EAF3" align="center"> <table width="398" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="contactese.gif" width="398" height="98"></td> </tr> </table> <br> <table width="90%" border="0" cellspacing="0" cellpadding="10" align="center"> <tr> <td valign="top" height="0"> <font color="#333333"> <!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --> <script language="JavaScript"><!-- function FrontPage_Form1_Validator(theForm) { var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz’`R}aS~xÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ \t\r\n\f"; var checkStr = theForm.nombre.value; var allValid = true; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } } if (!allValid) { alert("Escriba sólo letra y espacio en blanco caracteres en el campo \"Nombre\"."); theForm.nombre.focus(); return (false); } if (theForm.direccion.value == "") { alert("Escriba un valor para el campo \"Direccion\"."); theForm.direccion.focus(); return (false); } var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz’`R}aS~xÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ0123456789-_./ \t\r\n\f"; var checkStr = theForm.direccion.value; var allValid = true; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } } if (!allValid) { alert("Escriba sólo letra, dígito, espacio en blanco y \"_./\" caracteres en el campo \"Direccion\"."); theForm.direccion.focus(); return (false); } if (theForm.telefono.value == "") { alert("Escriba un valor para el campo \"Telefono\"."); theForm.telefono.focus(); return (false); } if (theForm.telefono.value.length < 7) { alert("Escriba por lo menos 7 caracteres en el campo \"Telefono\"."); theForm.telefono.focus(); return (false); } var checkOK = "0123456789-_(). \t\r\n\f"; var checkStr = theForm.telefono.value; var allValid = true; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } } if (!allValid) { alert("Escriba sólo dígito, espacio en blanco y \"_().\" caracteres en el campo \"Telefono\"."); theForm.telefono.focus(); return (false); } if (theForm.email.value == "") { alert("Escriba un valor para el campo \"Email\"."); theForm.email.focus(); return (false); } var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz’`R}aS~xÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ0123456789-@._-"; var checkStr = theForm.email.value; var allValid = true; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } } if (!allValid) { alert("Escriba sólo letra, dígito y \"@._-\" caracteres en el campo \"Email\"."); theForm.email.focus(); return (false); } if (theForm.comentario.value == "") { alert("Escriba un valor para el campo \"Pedido\"."); theForm.comentario.focus(); return (false); } if (theForm.comentario.value.length > 299) { alert("Escriba como máximo 299 caracteres en el campo \"Pedido\"."); theForm.comentario.focus(); return (false); } var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz’`R}aS~xÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ0123456789-.-/;,?¿¡!\"' \t\r\n\f"; var checkStr = theForm.comentario.value; var allValid = true; for (i = 0; i < checkStr.length; i++) { ch = checkStr.charAt(i); for (j = 0; j < checkOK.length; j++) if (ch == checkOK.charAt(j)) break; if (j == checkOK.length) { allValid = false; break; } } if (!allValid) { alert("Escriba sólo letra, dígito, espacio en blanco y \".-/;,?¿¡!\"'\" caracteres en el campo \"Pedido\"."); theForm.comentario.focus(); return (false); } return (true); } //--></script> <!--webbot BOT="GeneratedScript" endspan --> </font> <form action="gracias.asp" method="POST" name="FrontPage_Form1" onSubmit="return FrontPage_Form1_Validator(this)"> <font color="#333333"> </font> <table border="1" cellpadding="5" cellspacing="3" bordercolor="#003366" width="100%" align="center"> <tr> <td width="150"><font face="Arial, Helvetica, sans-serif" size="2" color="#003366"><b>Nombre </b></font></td> <td> <font color="#333333"> <!--webbot bot="Validation" S-Display-Name="Nombre" S-Data-Type="String" B-Allow-Letters="TRUE" B-Allow-WhiteSpace="TRUE" --> <input name="nombre" size="30" tabindex="1"> </font></td> </tr> <tr> <td width="150"><font face="Arial, Helvetica, sans-serif" size="2" color="#003366"><b>Direcci&oacute;n</b></font></td> <td> <font color="#333333"> <!--webbot bot="Validation" S-Display-Name="Direccion" S-Data-Type="String" B-Allow-Letters="TRUE" B-Allow-Digits="TRUE" B-Allow-WhiteSpace="TRUE" S-Allow-Other-Chars="_./" B-Value-Required="TRUE" --> <input name="direccion" size="30" tabindex="1"> </font></td> </tr> <tbody> <tr> <td width="150"><font face="Arial, Helvetica, sans-serif" size="2" color="#003366"><b>Tel&eacute;fono</b></font></td> <td> <font color="#333333"> <!--webbot bot="Validation" S-Display-Name="Telefono" S-Data-Type="String" B-Allow-Digits="TRUE" B-Allow-WhiteSpace="TRUE" S-Allow-Other-Chars="_()." B-Value-Required="TRUE" I-Minimum-Length="7" --> <input name="telefono" size="30" tabindex="1"> </font></td> </tr> <tr> <td><font face="Arial, Helvetica, sans-serif" size="2" color="#003366"><b> e-mail</b></font></td> <td> <font color="#333333"> <!--webbot bot="Validation" S-Display-Name="Email" S-Data-Type="String" B-Allow-Letters="TRUE" B-Allow-Digits="TRUE" S-Allow-Other-Chars="@._-" B-Value-Required="TRUE" --> <input name="email" size="30" tabindex="5"> </font></td> </tr> <tr> <td><font face="Arial, Helvetica, sans-serif" size="2" color="#003366"><b> Pedido</b></font></td> <td> <font color="#333333"> <!--webbot bot="Validation" S-Display-Name="Pedido" S-Data-Type="String" B-Allow-Letters="TRUE" B-Allow-Digits="TRUE" B-Allow-WhiteSpace="TRUE" S-Allow-Other-Chars=".-/;,?¿¡!&quot;'" B-Value-Required="TRUE" I-Maximum-Length="299" --> <textarea name="comentario" cols="30" tabindex="5" rows="5"></textarea> </font></td> </tr> <tr> <td align="right" colspan="2"> <font color="#333333"> <input name="submit" style="FONT-WEIGHT: bold" type="submit" value="Enviar"> </font></td> </tr> </tbody> </table> </form> </td> </tr> </table> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font color="#666666"><font face="Tahoma">Av. Martinez de Hoz 1837 - Punta Mogotes<br> Mar del Plata - Buenos Aires - Argentina<br> Tel/Fax (0223) 485-0253 / 0750<br> </font><font color="#9A6734"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font face="Tahoma" color="#666666">info@aparthotelfamily.com.ar</font></b></font></font><font face="Tahoma"><br> <br> </font></font></b></font></td> <td width="165" valign="top"> <table width="165" border="0" cellspacing="0" cellpadding="0" height="176" background="back%20derecho.gif"> <tr> <td> <table width="130" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <p><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><br> Mar del Plata<br> la Ciudad<br> Punta Mogotes<br> <b>el lugar<br> para disfrutar.</b></font></p> </td> </tr> </table> </td> </tr> </table> <a href="fotos.htm"><img src="loopfotos.gif" width="165" height="132" border="0"></a><a href="contactenos.htm"><img src="frase.gif" width="165" height="86" border="0"></a></td> </tr> </table> <table width="728" border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td colspan="3" align="center" valign="top"><span class="pieS">Powered by</span> <span class="pieN"><a href="http://www.mardelplatadigital.com" class="pieN" target="_blank" > Mar del Plata Digital</a></span></td> </tr> </table> <map name="Map"> <area shape="rect" coords="101,29,152,48" href="index.htm"> <area shape="rect" coords="67,71,151,89" href="servicios.htm"> <area shape="rect" coords="48,115,151,131" href="descripcion.htm"> <area shape="rect" coords="62,156,152,173" href="ubicacion.htm"> <area shape="rect" coords="99,197,151,215" href="fotos.htm"> <area shape="rect" coords="37,239,151,258" href="contactenos.htm"> <area shape="rect" coords="51,267,148,297" href="http://www.mardelplata.com/" target="_blank"> </map> </body> </html>