<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> <title>Documento sem título</title> <script src="jquery-1.5.1.min.js" type="text/javascript"></script> <script src="jquery.validationEngine-pt.js" type="text/javascript" charset="utf-8"></script> <script src="jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script> <script> jQuery(document).ready(function(){ jQuery("#formID").validationEngine('attach', {promptPosition : "bottomLeft"}); }); function validate(evt) { var theEvent = evt || window.event; var key = theEvent.keyCode || theEvent.which; key = String.fromCharCode( key ); var regex = /[0-9]|\./; if( !regex.test(key) ) { theEvent.returnValue = false; if(theEvent.preventDefault) theEvent.preventDefault(); } } </script> <link rel="stylesheet" href="validationEngine.jquery.css" type="text/css" /> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8652703.js"></script> <!-- End of HubSpot Embed Code --> <style type="text/css"> body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;} body{background: transparent;} table{border-collapse:collapse;border-spacing:0;} fieldset,img {border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} ol,ul{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} q:before,q:after {content:'';} abbr,acronym { border:0;} *:focus{outline: none;} input#submit { border:0; background:url(clicktocall_ligueme.png) no-repeat 0 0px; text-indent:-999em; line-height:3000; width:253px; height:60px; } input#submit:hover{cursor:pointer;background:url(clicktocall_ligueme.png) no-repeat 0 -60px;} </style> </head> <body> <form id="formID" class="formular" method="post" action="submitCtC.php"> <table width="369" height="287" cellspacing="0" cellpadding="0" border="0" style="background:url(clicktocall_1.jpg) no-repeat;"> <tbody> <tr> <td height="72" colspan="3"><br /> </td> </tr> <tr> <td width="88" height="29" align="center" style="font:bold 14px Arial, Helvetica, sans-serif;color:#444444;">Name</td> <td width="270"><input type="text" class="validate[required,minSize[2]] text-input" value="" name="Nome" id="Nome" style="border:1px solid #FFB444;width:268px;height:27px;font:18px Arial, Helvetica, sans-serif;" /></td> <td width="11"><br /> </td> </tr> <tr> <td height="12" colspan="3"> </td> </tr> <tr> <td height="29" align="center" style="font:bold 14px Arial, Helvetica, sans-serif;color:#444444;">Phone</td> <td height="29"><input type="text" class="validate[required,minSize[9]] text-input" onkeypress="validate(event)" value="" name="Telefone" id="Telefone" style="border:1px solid #FFB444;width:268px;height:27px;font:18px Arial, Helvetica, sans-serif;" /></td> <td height="29"><br /> </td> </tr> <tr> <td height="145" colspan="3"> <table width="369" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td width="116" rowspan="2"><br /> </td> <td><input type="submit" id="submit" value="submit" /></td> </tr> <tr> <td height="85" style="background:url(clicktocall_formtitle.jpg) no-repeat;"><br /> </td> </tr> </tbody> </table> </td> </tr> <tr> <td height="48" colspan="3"> <table width="369" height="48" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td width="147" style="background:url(clicktocall_bottom1.jpg) no-repeat;"><br /> </td> <td width="180" style="background:url(clicktocall_bottom2.jpg) no-repeat;"><br /> </td> <td width="42" style="background:url(clicktocall_close.jpg) no-repeat;width:42px; height:48px;cursor:pointer;" onclick="parent.jQuery.colorbox.close(); return false;"><br /> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </form> </body> </html>