265
| <![CDATA[<a href="http://www.sgim.com.br" title="Tecnologia SGIM" style="text-decoration:none"><font color="#FFFFFF" size="2">Tecnologia: S.G.I.M</font></a>]]>
|
24
| <![CDATA[<script>
jQuery(function($){
$("#form_cpf").mask("999.999.999-99");
$("#form_data").mask("99/99/9999");
$("#form_nascimento").mask("99/99/9999");
$("#form_cep").mask("99999-999");
$("#form_telefone").mask("(99) 9999-9999");
$("#form_celular").mask("(99) 9999-9999");
});
</script>]]>
|
88
| <![CDATA[<script>
window.fbAsyncInit = function() {
FB.init({
appId : '',
status : true,
cookie : true,
xfbml : true
});
};
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
</script>]]>
|
133
| <![CDATA[<script language="JavaScript">
function critica()
{
if (document.form1.form_nome.value == "")
{ alert("Campo Obrigatório: NOME"); document.form1.form_nome.focus(); return (false); }
if (document.form1.form_email.value == "" || document.form1.form_email.value.indexOf ('@') == -1 || document.form1.form_email.value.indexOf ('.') == -1)
{ alert("Campo Obrigatório: E-MAIL\nVerifique se o E-MAIL está correto"); document.form1.form_email.focus(); return (false) }
if (document.form1.form_assunto.value == "")
{ alert("Campo Obrigatório: ASSUNTO"); document.form1.form_assunto.focus(); return (false); }
if (document.form1.form_mensagem.value == "")
{ alert("Campo Obrigatório: MENSAGEM"); document.form1.form_mensagem.focus(); return (false); }
return (true);
}
</script>]]>
|
0
| Não há código fonte a ser exibido.
|