Ir para conteúdo
Fórum Script Brasil

DeeKilleer

Membros
  • Total de itens

    104
  • Registro em

  • Última visita

Sobre DeeKilleer

  • Data de Nascimento 01/06/1991

Contatos

  • MSN
    dee-souza@hotmail.com
  • Website URL
    http://web.eep.br/~dasouza/Site_Web
  • Yahoo
    diego_alves_souza@yahoo.com.br

Perfil

  • Gender
    Male
  • Location
    Piracicaba - SP

DeeKilleer's Achievements

0

Reputação

  1. Quando a pessoa digitar o CPF Antes da inserção caso o CPF seja diferente de algum outro CPF que tenha no banco de dados, você faz a verificação. Dim CPF, Consulta CPF = Request.Form("CPF") Consulta = "Select CPF from Clientes where CPF = " & CPF Set Rs = ServerCreate.Object("ADODB.RecordSet") Rs.Open Consulta, sua conexao, 3, 3 If Rs.RecordCount = 1 Then response.write("CPF já cadastrado") else 'faz Insert normalmente End If duvidas ?
  2. Se eu já usei OverFlow, com certeza é porque eu já usei Scrolling, isso é coisa basica, primeira coisa que eu tentei foi isso ¬¬
  3. No link LEIA MAIS você coloca target = '_blank' Di nada! :D
  4. DeeKilleer

    long long double

    Ke estranho double a; a = 5; printf("%lf",a);
  5. já tentei. Aliás, esqueci de um detalhe. A Barra Horizontal só aparece no IE 6.. CSS3 ?? Vou procurar!
  6. Galera Não consigo tirar a barra de rolagem do iFrame. Eu só preciso tirar na horizontal. Já usei OverFlow no iFrame, no Body, mas não deu certo. Código abaixo para análise. <!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"> <STYLE TYPE="text/css"> <!-- A.lnkdois:link {color: blue; text-decoration: none;} A.lnkdois:visited {color: blue; text-decoration: none;} A.lnkdois:hover {color: red;text-decoration:none;} A.lnkdois:active {color: blue; text-decoration: none;} --> </STYLE> <style type="text/css"> #navcontainer { } font#navlist { position:absolute; margin: 0; padding: 0; list-style-type: none; white-space: nowrap; } #navlist a, #navlist a:link { margin: 0; padding: 5px 8px 4px 8px; color: #FFFFFF; border-right: 0px dashed #d1e3db; text-decoration: none; } #navlist a:hover { color: #FFFFFF; background-color: #000099; } #navlist a:visited { outline:none; text-decoration: none; } body{ margin-left:7px; margin-top:-5px; margin-bottom:0px; margin-right:0px; } --> </style> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>texto</title> </head> <body> <table align="left" width="991" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="9"> <img src="cabecalho.jpg" width="991" height="138" /></td> </tr> <tr bgcolor="#000066"> <td width="39" height="27"></td> <td width="146" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2'><b>Sobre a Salcam</b></font></a></td> <td width="103" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2' color="white"><b>Hist&oacute;rico</b></font></a></td> <td width="89" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2'><b>Contato</b></font></a></td> <td width="117" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2'><b>Localização</b></font></a></td> <td width="153" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2'><b>Trabalhe Conosco</b></font></a></td> <td width="136" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2'><b>Representantes</b></font></a></td> <td width="154" id="navlist" align="center"><a href="#" target="site" class="lnkdois"><font face="verdana" size='2'><b>Serviços On-Line</b></font></a></td> <td width="54" ></td> </tr> <tr> <td colspan="9"> <iframe src="#" name='site' width='991' height='429' scrolling="auto" frameborder="0"></iframe> </td> </tr> <tr> <td colspan="9"> <img src="endereco.jpg" alt="Endereço" width="991" height="22" /></td> </tr> </table> </body> </html>
  7. Isso Aeee Lúcio! Ajude mesmo! É assim que se aprende!
  8. DeeKilleer

    While Com Tabela

    Galera Eu quero 3 Colunas por Linha Mas não estou conseguindo fazer alguém me ajuda ae <table width="100%" height="6%" border='2' align="left" cellpadding="2" cellspacing="2"> <% While Not Exe.EOF If Exe.RecordCount <> "" Then Response.Write("<tr><td><img src='"&Exe("Foto")&".jpg' border='0' width='200' height='200'></td><td></td><td></td></tr>") Else Response.Write("<tr><td><img src='sem_foto.jpg' border='0' width='200' height='200'></td><td></td><td></td></tr>") End If Exe.MoveNext Wend %> </table> Por enquanto está assim!!! Por favor ajudem! Vlwww
  9. Noassssssss Pode cre! Vlw.. Tava estressado jáh!
  10. sql = "UPDATE Inscricao SET NOME_FANTASIA = '" & Nome & "', ENDERECO = '" & Endereco & "', COMPLEMENTO = '" & Complemento & "', CEP = '" & Cep & "', BAIRRO = '" & Bairro & "', DDD = '" & DDD & "', Fone1 = '" & Fone1 & "', Fone2 = '" & Fone2 & "', FAX = '" & Fax & "', Email = '" & Email "', Site = '" & Site & "', Profissao = '" & Profissao & "', Empresa = '" & Empresa & "' Where CPF = '" & CPF & "'" A porcaria do erro ta no meu nariz e eu não to achando não sei onde está o erro, o erro é Final de Instrução Esperadoo poaksposakpoaks ajuda aeww
  11. Como que fica no Internet Explorer ? ?? Posta o código!
  12. Facillll No lugar do 3, você coloca os segundos <META HTTP-EQUIV="Refresh" CONTENT="3;URL=b.htm">
  13. tah ae #include <iostream> using namespace std; int main() { int numero, f; for(f=0;f<3;f++) { cout << "DIGITE UM NUMERO:"; cin >> numero; if (numero%2==0) { cout<<" O numero "<<numero; cout<<" e par.\n\n"; } else { cout<<" O numero "<<numero; cout<<" e impar\n\n"; } } cout<<endl<<endl; cin.get(); cin.get(); }
  14. Tah ae #include <cstdlib> #include <iostream> using namespace std; main() { int num, valor, produto; cout<<"DIGITE O NUMERO: "; cin>>num; produto = num*2; cout<<endl; for (valor = num; num > 0; num--) { cout<<num - valor - 1; } cout<<" e "<<produto; cout<<endl<<endl; system("PAUSE"); return EXIT_SUCCESS; }
×
×
  • Criar Novo...