Ir para conteúdo
Fórum Script Brasil

fercosmig

Moderadores
  • Total de itens

    4.048
  • Registro em

  • Última visita

Tudo que fercosmig postou

  1. http://www.javascript-coder.com/javascript...it-example.html
  2. formata a coluna como texto e utiliza o colar especial e seleciona a opção texto sem formatação ou somente texto tb uso id's gigantescos aqui e sempre funciona assim.
  3. utilize array Dim sinal(4) As String sinal(0) = "+" sinal(1) = "-" sinal(2) = "/" sinal(3) = "*" Dim indice As Integer indice = Int(Rnd * 4) Randomize Label1.Caption = sinal(indice)
  4. JOGO 01: FLUMINENSE-RJ JOGO 02: GUARANI-SP JOGO 03: CEARA-CE JOGO 04: CORINTHIANS-SP JOGO 05: VITORIA-BA JOGO 06: AVAI-SC JOGO 07: INTERNACIONAL-RS JOGO 08: CRUZEIRO-MG JOGO 09: SANTOS-SP JOGO 10: FLAMENGO-RJ
  5. http://scriptbrasil.com.br/forum/index.php?showtopic=114908 http://scriptbrasil.com.br/forum/index.php...mp;#entry222888
  6. imprime a instrução e posta aqui o resultado str_sql = "" str_sql = str_sql & "update tbContato set " str_sql = str_sql & "nome='" & aniversario str_sql = str_sql & "',tratamento='" & tratamento str_sql = str_sql & "',titulo='" & titulo str_sql = str_sql & "',cargo='" & cargo str_sql = str_sql & "',entidade='" & entidade str_sql = str_sql & "',endereco='" & endereco str_sql = str_sql & "',cidade='" & cidade str_sql = str_sql & "',cep='" & cep str_sql = str_sql & "',cpf='" & cpf str_sql = str_sql & "',estado='" & estado str_sql = str_sql & "',pais='" & pais str_sql = str_sql & "',telefone='" & telefone str_sql = str_sql & "',fax='" & fax str_sql = str_sql & "',celular='" & celular str_sql = str_sql & "', email='" & email str_sql = str_sql & "', nota='" & nota str_sql = str_sql & "' where id_contato=" & id_contato Response.Write(str_sql) Response.End()
  7. entre em contato com o Fabricante http://www.embarcadero.com/products/delphi
  8. utilize DOM com a propriedades display => http://www.w3schools.com/jsref/prop_style_display.asp
  9. neste caso a variável valor é recebida como parâmetro da função. o isNaN (is not a number) retorna true se for uma string e false se for um número. no seu script, exibe a mensagem Não é um número!!! caso o valor for uma string.
  10. alterei o final da função, da uma olhada if ( (digitos.charCodeAt(0) - 48 == dig1) && (digitos.charCodeAt(1) - 48 == dig2) ) { //return true; // Titulo valido erro = ''; } else { //return false; erro = 'título inválido'; } if (erro != ''){ var obj = document.getElementById('verifica_titulo'); obj.innerHTML = erro; } <div class="div_formfield"><span class="titulo1">Título de Eleitor </span></div> <div class="div_textfield"><input name="titulo" type="text" class="textfield_1" id="titulo" size="14" maxlength="13" onBlur="java script: validarTitulo(this.value);"> <div class="div_titlefield" id="verifica_titulo"></div><br class="clearboth"/>
  11. http://codigofonte.uol.com.br/codigo/js-dh...caps-lock-ativo
  12. JOGO 01: ATLETICO-MG JOGO 02: VASCO-RJ JOGO 03: GREMIO PRUDENTE-SP JOGO 04: SANTOS-SP JOGO 05: CRUZEIRO-MG JOGO 06: FLAMENGO-RJ JOGO 07: ATLETICO-PR JOGO 08: CEARA-CE JOGO 09: CORINTHIANS-SP JOGO 10: FLUMINENSE-RJ
  13. está ordenando assim porque o campo é string, converte para integer que banco tá usando? 101 102 113 13 14 15 16 (...)
  14. JOGO 01: INTERNACIONAL-RS JOGO 02: VITORIA-BA x GOIAS-GO JOGO 03: SÃO PAULO-SP JOGO 04: FLAMENGO-RJ JOGO 05: SANTOS-SP JOGO 06: GREMIO-RS JOGO 07: CORINTHIANS-SP JOGO 08: CRUZEIRO-MG JOGO 09: GUARANI-SP JOGO 10: BOTAFOGO-RJ
  15. JOGO 01: SÃO PAULO-SP JOGO 02: ATLETICO-PR JOGO 03: CRUZEIRO-MG JOGO 04: CORINTHIANS-SP JOGO 05: FLAMENGO-RJ JOGO 06: AVAI-SC JOGO 07: INTERNACIONAL-RS JOGO 08: SANTOS-SP JOGO 09: BOTAFOGO-RJ JOGO 10: GREMIO-RS
  16. JOGO 01: GREMIO-RS JOGO 02: CRUZEIRO-MG JOGO 03: SÃO PAULO-SP JOGO 04: FLAMENGO-RJ JOGO 05: INTERNACIONAL-RS JOGO 06: GOIAS-GO JOGO 07: CORINTHIANS-SP JOGO 08: SANTOS-SP JOGO 09: ATLETICO-MG JOGO 10: FLUMINENSE-RJ
  17. talvez ajude: http://dev.mysql.com/doc/refman/4.1/pt/win...-upgrading.html
  18. JOGO 01: URUGUAI JOGO 02: BRASIL JOGO 03: ARGENTINA JOGO 04: ESPANHA
  19. JOGO 01: URUGUAI JOGO 02: ARGENTINA JOGO 03: EUA JOGO 04: INGLATERRA
×
×
  • Criar Novo...