Ir para conteúdo
Fórum Script Brasil

Nill

Membros
  • Total de itens

    205
  • Registro em

  • Última visita

Tudo que Nill postou

  1. Nill

    Frame

    vlw Lvcifer!, problema solucionado...
  2. Nill

    Formulario De Cadastro

    E o seguinte; Com a ajuda de alguns tutoriais fiz um carrinho de compra; agora estava querendo fazer um formulario para cadastra/alterar/excluir os produtos; Até intão para cadastra estava usando o arquivo config.sql; CONFIG.SQL --Estrutura da tabela `tbl_carrinho`-- CREATE TABLE `tbl_carrinho` ( `id` int(11) NOT NULL auto_increment, `cod` int(11) NOT NULL, `nome` varchar(150) collate latin1_general_ci NOT NULL, `preço` double(10,2) NOT NULL, `qtd` int(11) NOT NULL, `sessao` text collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=28; -- Extraindo dados da tabela `tbl_carrinho`-- INSERT INTO `tbl_carrinho` VALUES (15, 1, 'Notebook HP 2160br', 5450.00, 1, '9130a23dba5a647904fde22dbdb3ffed'); INSERT INTO `tbl_carrinho` VALUES (17, 1, 'Notebook HP 2160br', 5450.00, 1, '7c6e3c9b015eee12b4fd85e5be8cc0bb'); INSERT INTO `tbl_carrinho` VALUES (18, 2, 'Computador HP', 1400.00, 1, '7c6e3c9b015eee12b4fd85e5be8cc0bb'); INSERT INTO `tbl_carrinho` VALUES (27, 4, 'Gravador de DVD', 329.00, 1, '3d9855efc2fc99c7c0f1632f6040e5e6'); --Estrutura da tabela `tbl_produtos`-- CREATE TABLE `tbl_produtos` ( `cod` int(11) NOT NULL auto_increment, `nome` varchar(150) collate latin1_general_ci NOT NULL, `img` varchar(36) collate latin1_general_ci NOT NULL, `preço` double(10,2) NOT NULL, PRIMARY KEY (`cod`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=5; -- Extraindo dados da tabela `tbl_produtos`-- INSERT INTO `tbl_produtos` VALUES (1, 'Notebook HP 2160br', '001.jpg', 5450.00); INSERT INTO `tbl_produtos` VALUES (2, 'Computador HP', '002.jpg', 1400.00); INSERT INTO `tbl_produtos` VALUES (3, 'TV de LCD 32 Polegadas com HDTV', '003.jpg',3299.00); INSERT INTO `tbl_produtos` VALUES (4, 'Gravador de DVD', '004.jpg', 329.00); Agora para facilitar o cadastramento estava querendo fazer um formulario; Comecei a fazer alguma coisa como segue abaixo; <form action="autentica.php" method="post" name="form1" id="form1"> <table width="100" border="0" cellspacing="0" cellpadding="0" align="center"> <tr bgcolor="#FFFFFF"> <td valign="top" width="100" nowrap><font class="texto">ID:</font></td> <td> <input class="form_campos" type="text" name="id" size="10"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="top" width="100" nowrap><font class="texto">COD:</font></td> <td> <input class="form_campos" type="text" name="cod" size="10"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="top" width="100" nowrap><font class="texto">NOME</font></td> <td> <input class="form_campos" type="text" name="Nome" size="35"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="top" width="100" nowrap><font class="texto">preço:</font></td> <td> <input class="form_campos" type="text" name="preço" size="10"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="top" width="100" nowrap><font class="texto">QTD</font></td> <td> <input class="form_campos" type="text" name="qtd" size="10"> </td> </tr> <td valign="top" width="100" nowrap><font class="texto">SESSAO:</font></td> <td> <input class="form_campos" type="text" name="sessao" size="35"> </td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2" valign="middle"> <br> <div align="center"> <input class="form_botao" type="submit" name="Enviar" value="Enviar Mensagem"> <input class="form_botao" type="reset" name="Limpar" value="Limpar"> </div> </td> </tr> </table> </form> porém como estou iniciando agora na linguagem, gostaria de saber se isso ai acima estaria certo para o prenchimento dos campos. E também gostaria de saber como devo fazer para alterar algum item da tabela, lembrado que o formulario acima so iclui os intem. Com relação ao arquivo: autentica.php, que faz parte do formulario, ainda estou fazendo, depois estarei postando ele também
  3. Nill

    Frame

    estou precisando remover a barra de rolagem do frame, me esqueci do comando; lembro vagamente que era "barra de rolagem=no" algo assim, me esqueci o nome. Lembrando que quero retirar a barra de rolagem tanto horizontal, quanto vertical, não sei se faz diferença no comando. <iframe name="I1" width="524" height="452" border="0" frameborder="0" align="right" marginwidth="3" marginheight="3" src="carrinho/produtos.php"> </iframe>
  4. Nill

    Manipulando Tabelas

    estou fazendo algumas inserção no banco mysql somente para aprendizado, conseguir fazer 2 bancos, um pra armazenar usuario, nome, e-mail, data de nacimento e senha e outro pra armazenar alguns dados que invetei somente pra mim aprender mais. Estava querendo agora manipular estes dados, ou seja, excluir, eu ate conseguir fazer com os dados da tabela fossem exibidos pra mim em uma pagina, mas num sei como fazer pra excluir somente 1 campo ou caso queira todos. Tava querendo algo assim, procurei aqui no forum e num achei, se alguém puder me da uma ajuda ai, vlw.
  5. Nill

    Organizar Tabelas

    Caros colegas, me desculpem pela vergonha que passei.. Era uma coisa tão obvia, com relação aos créditos, tenho que fazer um relatório e colocar a fonte de pesquisa, obrigatoriamente tenho que colocar o endereço de onde eu peguei o código. Vou estar tentando mudar outras coisa e estarei aqui novamente para pedir as suas ajudas novamente. Desde já agradeço a todos e mais uma vez, peço desculpas pela ingenuidade.
  6. Nill

    Organizar Tabelas

    Pessoal, estou iniciando agora em PHP e estou fazendo um trabalho pra faculdade, conseguir seguir um tutorial pra fazer um carrinho de compra, porém estou apanhando pra colocar os itens um debaixo do outro. http://www.vigacaldeiraria.com.br/pim/index.php SITE Bom como podem ver na pagina acima, são 4 itens que serão exibidos na tela, queria que ficassem um debaixo do outro, e não da forma que está, ao lado. Se alguém pudesse me ajudar e me explicar como faz.... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>UnilesteMG - Sistemas de Informação</title> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="#E6E6E6"> <table border="0" cellpadding="0" cellspacing="0" width="758" align="center"> <tr valign="top"> <td><img src="images/logo.gif" alt="" width="184" height="129" border="0"></td> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td colspan="2"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="images/but01.gif" width="115" height="30" alt="" border="0"></td> <td><img src="images/but02.gif" alt="" width="114" height="30" border="0"></td> <td><img src="images/but03.gif" width="112" height="30" alt="" border="0"></td> <td><img src="images/but04.gif" width="116" height="30" alt="" border="0"></td> <td><img src="images/but05.gif" width="117" height="30" alt="" border="0"></td> </tr> </table> </td> </tr> <tr> <td background="images/fon_top01.gif" colspan="2" height="37"> <table border="0" cellpadding="0" cellspacing="0" width="100%" background=""> <tr> <td><p class="menu01"><a href=""><img src="images/e01.gif" width="8" height="7" alt="" border="0"> Company history</a></p></td> <td><p class="menu01"><a href=""><img src="images/e01.gif" width="8" height="7" alt="" border="0"> Executives management</a></p></td> <td><p class="menu01"><a href=""><img src="images/e01.gif" width="8" height="7" alt="" border="0"> Contact Info</a></p></td> <td><p class="menu01"><a href=""><img src="images/e01.gif" width="8" height="7" alt="" border="0"> Our Partners</a></p></td> <td><p class="menu01"><a href=""><img src="images/e01.gif" width="8" height="7" alt="" border="0"> Contacts</a></p></td> </tr> </table> </td> </tr> <tr> <td><img src="images/form01.gif" width="341" height="22" alt="" border="0"></td> <td><img src="images/form02.gif" width="233" height="22" alt="" border="0"></td> </tr> <tr> <form action="" method="post"> <td height="40" background="images/form03.gif" width="341" alt="" border="0" align="center"> <input type="Text" name="" value=" USERNAME" size="10"> <input type="Text" name="" value=" PASSWORD" size="10"> <input type="image" src="images/b_login.gif" width="79" height="20" alt="" border="0" align="absbottom"> </td> </form> <td background="images/form04.gif" width="233" height="40"> <table border="0" cellpadding="0" cellspacing="0" width="100%" background=""> <tr align="center"> <td><p style="color: #FFFFFF; font-size: 10px;"><b>TOTAL<br>$11500,00</b></p></td> <td><a href=""><img src="images/b_vew.gif" width="79" height="20" alt="" border="0"></a></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="758" align="center"> <tr valign="top"> <td width="185" background="images/fon_left03.gif"> <table border="0" cellpadding="0" cellspacing="0" background="images/fon_left01.gif" width="100%"> <tr> <td align="right"> <table border="0" cellpadding="0" cellspacing="0" width="165" background="images/fon_left02.gif"> <tr> <td background="images/left01.gif" height="26"><p class="title">COMPONENTES</p></td> </tr> <tr> <td> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Motherboards</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Processador</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Memoria</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Hard Drivers</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Monitores</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Case</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">UPS</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Cards</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">CD/CDR</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Data Storage</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Multimedia</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Removable Storage</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Scanners/drivers</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Hubs and Routers</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Speakers</a></p> <div align="center"><img src="images/hr01.gif" width="137" height="3" alt="" border="0"></div> <p class="b01"><img src="images/e02.gif" width="6" height="5" alt="" border="0" align="absmiddle"> <a href="">Sofware</a></p> </td> </tr> <tr> <td><img src="images/left_bot02.gif" width="165" height="18" alt="" border="0"></td> </tr> </table> <br> <table border="0" cellpadding="0" cellspacing="0" width="165" background="images/fon_left02.gif"> <tr> <td background="images/left02.gif" height="26" width="165" colspan="3"><p class="title"> PIM</p></td> </tr> <tr> <td width="12"> </td> <td width="145"> <a href="http://www.unilestemg.br/"> <img border="0" src="images/unileste.jpg" width="145" height="133"></a></td> <td width="8"> </td> </tr> </form> <tr> <td width="165" colspan="3"><img src="images/left_bot02.gif" width="165" height="18" alt="" border="0"></td> </tr> </table> </td> </tr> <tr> <td><img src="images/left_bot01.gif" width="185" height="32" alt="" border="0"></td> </tr> </table> </td> <td bgcolor="#FFFFFF" width="572"> <div align="center"><img src="images/m_top.gif" width="572" height="8" alt="" border="0"></div> <p class="px5"> <table border="0" cellpadding="0" cellspacing="0" width="95%" align="center" height="25" background="images/fon_bar01.gif"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" background="" bgcolor="#FFFFFF"> <tr> <td><img src="images/e03.gif" width="21" height="21" alt="" border="0" align="left"></td> <td><p class="bar01" style="color: #DA0008; font-size: 18px;">Today’s special </p></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="3" cellspacing="0" align="center"> <tr valign="top"> <td><? //INICIALIZA A SESSÃO session_start(); //MONTA O ARRAY DE PRODUTOS $produto[1][CODIGO] = "00001"; $produto[1][ARTISTA] = "Maulaz"; $produto[1][ALBUM] = "Teste de nome do cd"; $produto[1][preço] = "90,80"; $produto[1][IMAGEM] = "carrinho/cpm22.jpg"; $produto[2][CODIGO] = "00002"; $produto[2][ARTISTA] = "Offspring"; $produto[2][ALBUM] = "Splinter"; $produto[2][preço] = "28,35"; $produto[2][IMAGEM] = "carrinho/offspring.jpg"; $produto[3][CODIGO] = "00003"; $produto[3][ARTISTA] = "Detonautas"; $produto[3][ALBUM] = "Roque Marciano"; $produto[3][preço] = "27,00"; $produto[3][IMAGEM] = "carrinho/detonautas.jpg"; $produto[4][CODIGO] = "00004"; $produto[4][ARTISTA] = "Good Charlotte"; $produto[4][ALBUM] = "The Young And The Hopeless"; $produto[4][preço] = "30,00"; $produto[4][IMAGEM] = "carrinho/charlotte.jpg"; //TOTAL DE PRODUTOS POR LINHA $total = 2; ?> <html> <head> <title>PIM 3º Período</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body> <table width="773" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <br> <br> <form action="carrinho.php" method="post" name="frmcarrinho"> <input type="hidden" name="opc_efetivar" value="1"> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <? //PEGA A CHAVE DO ARRAY $chave = array_keys($produto); //EXIBE OS PRODUTOS for($i=0; $i<sizeof($chave); $i++) { $indice = $chave[$i]; $codigo = $produto[$indice][CODIGO]; $artista = $produto[$indice][ARTISTA]; $album = $produto[$indice][ALBUM]; $preço = $produto[$indice][preço]; $imagem = $produto[$indice][IMAGEM]; //VERIFICA if($total == $atual) { echo "</tr><tr>"; $atual = 0; } ?> <td width="14%" height="100"><img src="<? echo $imagem; ?>" width="80" height="80" border="1"></td> <td width="36%"> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><font face='Arial' size='2'><? echo $artista; ?></font></td> </tr> <tr> <td><font face='Arial' size='2'><? echo $album; ?></font></td> </tr> <tr> <td><font face='Arial' size='2'>R$ <? echo $preço; ?></font></td> </tr> <tr> <td> <input type="hidden" name="txtprod[<? echo $indice;?>][CODIGO]" value="<? echo $codigo; ?>"> <input type="hidden" name="txtprod[<? echo $indice;?>][ARTISTA]" value="<? echo $artista; ?>"> <input type="hidden" name="txtprod[<? echo $indice;?>][ALBUM]" value="<? echo $album; ?>"> <input type="hidden" name="txtprod[<? echo $indice;?>][preço]" value="<? echo $preço; ?>"> <input type="text" name="txtprod[<? echo $indice;?>][QTDE]" size="3" maxlength="3"> <input type="image" src="images/carrinho.gif" onClick="java script: document.forms[0].submit();"></td> </tr> </table></td> <? //SOMA 1 A VARIÁVEL CONTROLADORA $atual++; }//FEHA FOR ?> </tr> </table> </form></td> </tr> </table> </body> </html> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="95%" align="center" height="25" background="images/fon_bar01.gif"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" background="" bgcolor="#FFFFFF"> <tr> <td><img src="images/e05.gif" width="21" height="21" alt="" border="0"></td> <td><p class="bar01" style="color: #4AC250; font-size: 18px;">Top News </p></td> </tr> </table> </td> </tr> </table> <p class="px5"> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="275"> <p class="left"><img src="images/dot_b.gif" width="5" height="5" alt="" border="0" align="absmiddle"> <b>Lorem ipsum dolor sit amet, consectetuer</b></p> <p class="left">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.</p> <p class="left"><a href="">Read More</a></p> </td> <td bgcolor="#979797"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td> <td width="275"> <p class="left"><img src="images/dot_b.gif" width="5" height="5" alt="" border="0" align="absmiddle"> <b>Lorem ipsum dolor sit amet, consectetuer</b></p> <p class="left">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh commodo consequat.</p> <p class="left"><a href="">Read More</a></p> </td> </tr> </table> <p class="px5"> </td> <td bgcolor="#979797"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="758" align="center"> <tr> <td height="52" align="right" background="images/bot.gif"> <table border="0" cellpadding="0" cellspacing="0" width="530" background=""> <tr> <td> <p class="menu02"> <a href="">Home</a> <a href="">About Us</a> <a href="">Support</a> <a href="">Services</a> <a href="">Contacts</a> <a href="">Help</a> <a href="">FAQ</a> </p> </td> </tr> </table> </td> </tr> <tr> <td><p align="right" style="margin-right: 200px;">Copyright ©2007 Trabalho de PIM 3º Período Sistemas - UnilesteMG</p></td> </tr> </table> <html> <body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="#ffffff"> </body></html> </body> </html>
  7. Nill

    Iframe

    Aew galera, pode deixar, descobri o problema, estava vacilando na hora de apontar o iframe.. vlw. ai pela atenção. deu certo aqui..
  8. Nill

    Iframe

    http://www.vigacaldeiraria.com.br/mucuri/album/teste.htm é o seguinte tenho dois iframe dentro de uma pagina, no da esquerda vai ter uma fotos pequenas e quando eu clicar nele vai abri a foto dentro do outro iframe. tentei usar TARGET, mas num está funcionando. olink da pagina esta acima. Esta é a pagina principal <html> <head> <meta http-equiv="Content-Language" content="pt-br"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Carnaval 2007</title> </script> </head> <body bgcolor="#BAAA47" topmargin="0" leftmargin="0"> <div align="center"> <center> <TABLE class=padrão cellSpacing=0 cellPadding=0 width=537 border=0><TBODY> <TR> <TD width="778"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="751"> <tr> <td width="114"> <img border="0" src="../img/cima_part01.jpg" width="182" height="232"></td> <td width="148"> <img border="0" src="../img/cima_parte02.jpg" width="166" height="232"></td> <td width="122"> <img border="0" src="../img/cima_parte03.jpg" width="147" height="232"></td> <td width="125"> <img border="0" src="../img/cima_parte04.jpg" width="131" height="232"></td> <td width="242"> <img border="0" src="../img/cima_parte05.jpg" width="126" height="232"></td> </tr> </table> </div> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="316"> <tr> <td width="390"> <img border="0" src="../img/top_baix02.jpg" width="749" height="135"></td> </tr> </table> </div> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="316"> <tr> <td width="390" bgcolor="#F9F0B5"> <TABLE cellSpacing=0 cellPadding=0 width=744 border=0 height="486"> <TBODY> <tr> <TD height=19 bgcolor="#F9F0B5" width="15">&nbsp;</TD> <TD height=19 bgcolor="#F9F0B5" width="114">&nbsp;</TD> <TD height=19 bgcolor="#F9F0B5" width="21">&nbsp;</TD> <TD height=19 bgcolor="#F9F0B5" width="584">&nbsp;</TD> <TD height=19 bgcolor="#FFFFFF" width="9" background="http://www.vigacaldeiraria.com.br/mucuri/img/b_lateral.jpg">&nbsp;</TD> </tr> <tr> <TD height=467 bgcolor="#F9F0B5" width="15" rowspan="7">&nbsp;</TD> <TD height=18 bgcolor="#F9F0B5" width="114"> <a href="../index.htm"> <img border="0" src="../img/menu_home.gif" width="120" height="27" alt="Home"></a></TD> <TD height=467 bgcolor="#F9F0B5" width="21" rowspan="7">&nbsp;</TD> <TD height=467 bgcolor="#F9F0B5" width="584" rowspan="7"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="576" id="table1"> <tr> <TD height=21 bgcolor="#F9F0B5" width="584" colspan="2"><B> <font color="#BB8B4E" face="Aachen BT">Fotos Carnaval 2006 - Mucuri BA</font></B></TD> </tr> <tr> <TD height=21 bgcolor="#F9F0B5" width="584" colspan="2">&nbsp;</TD> </tr> <tr> <TD height=252 bgcolor="#F9F0B5" width="127"> <iframe name="menu01" src="menu_esquerdo.htm" frameborder="0" width="101" height="428"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe></TD> <TD height=252 bgcolor="#F9F0B5" width="449"> <iframe name="menu02" src="pages/Mucuri_01.htm" frameborder="0" scrolling="no" width="349" height="265" > Your browser does not support inline frames or is currently configured not to display inline frames. </iframe></TD> </tr> </table> </div> </TD> <TD height=467 bgcolor="#FFFFFF" width="9" rowspan="7" background="http://www.vigacaldeiraria.com.br/mucuri/img/b_lateral.jpg">&nbsp;</TD> </tr> <tr> <TD height=12 bgcolor="#F9F0B5" width="114"> <a href="../index.htm"> <img border="0" src="../img/menu_show.gif" width="120" height="27"></a></TD> </tr> <tr> <TD height=34 bgcolor="#F9F0B5" width="114"> <a href="index.htm"> <img border="0" src="../img/menu_fotos2006.gif" width="120" height="27"></a></TD> </tr> <tr> <TD height=17 bgcolor="#F9F0B5" width="114"> <a href="index.htm"> <img border="0" src="../img/menu_contato.gif" width="120" height="27"></a></TD> </tr> <tr> <TD height=17 bgcolor="#F9F0B5" width="114"> &nbsp;</TD> </tr> <tr> <TD height=23 bgcolor="#F9F0B5" width="114"> &nbsp;</TD> </tr> <tr> <TD height=309 bgcolor="#F9F0B5" width="114"> &nbsp;</TD> </tr> </TBODY></TABLE></td> </tr> </table> </div> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="316"> <tr> <td width="390"> <img border="0" src="../img/baix.jpg" width="749" height="60"></td> </tr> </table> </div> </TD></TR></TBODY></TABLE></center> </div> </body> </html> ESTE É O MENU DA ESQUERDA COM AS FOTOS PEGUENAS <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Carnaval Mucuri 2006</title> </head> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#F9F0B5"> <div class="indexContent"> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table1"> <tr> <td width="78"><a target="TopFrame" href="pages/Mucuri_01.htm"><img src="thumbnails/Mucuri_01.JPG" width="75" height="56" border=0 alt="Mucuri_01"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table2"> <tr> <td width="78"><a target="TopFrame" href="pages/Mucuri_02.htm" target="menu02"><img src="thumbnails/Mucuri_02.JPG" width="75" height="56" border=0 alt="Mucuri_02"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table3"> <tr> <td width="78"><a target="TopFrame" href="pages/Mucuri_03.htm" target="menu02"><img src="thumbnails/Mucuri_03.JPG" width="75" height="56" border=0 alt="Mucuri_03"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table4"> <tr> <td width="78"><a target="TopFrame" href="pages/Mucuri_04.htm" target="menu02"><img src="thumbnails/Mucuri_04.JPG" width="75" height="56" border=0 alt="Mucuri_04"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table5"> <tr> <td width="78"><a target="TopFrame" href="pages/Mucuri_05.htm" target="menu02"><img src="thumbnails/Mucuri_05.JPG" width="75" height="56" border=0 alt="Mucuri_05"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table6"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table7"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table8"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table9"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table10"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table11"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table12"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table13"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table14"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table15"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table16"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table17"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table18"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table19"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table20"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table21"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table22"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table23"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table24"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table25"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table26"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table27"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table28"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table29"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table30"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table31"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table32"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table33"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table34"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table35"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table36"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table37"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table38"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table39"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table40"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table41"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table42"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table43"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table44"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table45"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table46"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table47"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table48"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table49"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table50"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table51"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table52"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table53"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table54"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table55"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table56"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table57"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table58"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <table width="78" border="0" cellspacing="0" cellpadding="0" id="table59"> <tr> <td width="78"><a href="pages/Mucuri_08.htm" target="TopFrame"><img src="thumbnails/Mucuri_08.JPG" width="75" height="56" border=0 alt="Mucuri_08"></a></td> </tr> </table> <p>&nbsp;</body></html>
  9. Procurei aqui no forum porque já tinha visto esse script aqui. Estou precisando de um script que toda vez que se entrar no site, esta imagem fica alternando. tipo, tenho uma imagem no topo, quando entro no site denovo essa imagem muda pra outra, deu pra entender. falou
  10. Nill

    Converter Segundos

    Vlw, deu certo aqui... obrigado pela dica
  11. como faço para converter segundos em horas + minutos e seguntos. ex, foi gasto 3675 segundos para se fazer algo, eu presciso expressar esse valor em horas minutos e segundos. vlw
  12. Aew pessoal, o site ainda não esta pronto, estou quase terminando, estou fazendo alguns ajustes nas cores e concertandos alguns links... http://viga.usinet.com.br/shadow/
  13. Nill

    Menu

    http://viga.usinet.com.br/shadow/ tenta nesse ai
  14. Nill

    Menu

    E o seguinte, ai vai o link http://viga.usinet.com.br/shadow/site/menu.htm nessa parte superior, neste bostões laranja, em alguns deles irão abri o conteudo dentro de um Ifram, que esta na mesma pagina, no corpo da paginas, e em outros quando clicar vai abri na mesma janela, troca o conteudo da janela, pois da forma que esta so abre em uma nova janela. Abaixo vai o codigo, quem puder me ajudar ai... <body bgcolor="#000000"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <tudo width="33%" rowspan="3"> <img border="0" src="images/log_top1.jpg" width="293" height="339"></tudo> <tudo width="67%"> <MAP id=Map4 name=Map4> <AREA shape=RECT target=_blank coords="240, 38, 352, 73" href="images/banner20060331_695x330.jpg"> <AREA shape=RECT coords="127, 39, 236, 74" href="images/b7.gif"> <AREA shape=RECT target=_blank coords="356, 39, 464, 74" href="images/barra_top.jpg"> <AREA shape=RECT coords="584, 39, 692, 74" href="images/dot2.gif"> <AREA shape=RECT target=_blank coords="12, 39, 124, 73" href="images/99.gif"> <AREA shape=RECT coords="469, 40, 578, 74" href="images/bottom_back.gif"> </MAP> <img border="0" src="images/log_top2.jpg" width="696" height="90" useMap=#Map4 border=0></tudo></TR> <TR> <tudo width="67%"> <img border="0" src="images/log_top3.jpg" width="696" height="173"></tudo></TR> <TR> <tudo width="67%"> <img border="0" src="images/log_top4.jpg" width="696" height="78"></tudo></TR></TBODY></TABLE> </body> Deu pra entender o que estou querendo............
  15. Nill

    Script

    estou prescisando de um script que me permita postar uma foto e um texto em uma página. Ou seja pegar uma foto armazenada no pc e adciona-la na web um tem um campo onde eu digito o texto e clico em enviar e o mesmo é adcionado na web. Pode ser de qualquer jeito. Eu altero aqui qualquer coisa.
  16. Nill

    Posta Foto E Testo

    ajudem ai galera
  17. Nill

    Posta Foto E Testo

    Aew gostaria de um script onde o usario digitaria um texto e clicava em enviar, o texto seria automaticamente atualizado em uma outra pagina, e depois clicava em procurar foto no seu pc e depois clicava em enviar essa foto tb seria atualizada tb em outra pagina... a foto e o testo seriam atualiza e tb o texto.. Deu pra entender....
  18. Nill

    Codigo

    beleza Woody, eu vou tentar fazer aqui.... qualquer duvida vou postando aqui ou lhe perguntando ai cara.... estou vendo um serviço meio grandinho ai para fazer derepente a gente monta uma parceria ........ Podem fechar este POST....
  19. Nill

    Codigo

    Aew pessoal... bom eu estava prescisando de um script para fazer o seguinte para mim.... tentei fazer aqui, mas n~so estou conseguindo.... Ai encontrei um site que te o que eu estou querendo.... assim fica mais facil vocês entenderem: e o seguinte: estou desenvolvendo um site para um empresa que trabalha com leilões... e estou prescisando de um script que faça o seguinte.... tenha os campos lotes, descrção, quantidade aproximada, unidade e foto... para que o pessoal do leilõa podesse eles mesmos atualizarem os itens do leilão. tipo, ele inserem o numero do lote, por exemplo 3, não pode ser auto numerico, eles que tem que entra com o numero, depois descreveria a descrição do lote, colocaria a quantidade deste item em seguida se er un, pç em geral.. e depois um botão para procurar uma foto ou mais. a pos tudo isso clicar em enviar e estes dados fossem atualizados na página automaticamente. Quando acabasse o leilão, um botão de remover todos os lotes ou um ou outro lote.... Mais um detalhe o campo lote, como os pessoal d leião que vão lançar, deveria ser classificado de ordem crescente, por exemplo, se ele lançar o lote 3 e depois de lançar mais alguns, lançar o lote 1 esse deveria ser o primeiro, por ser o 1 a assim por diante 1, 2 , 3, 4 .........
  20. Nill

    Postar Foto

    sou leigo em PHP, será que poderia ser mais especifico por favor.
  21. Nill

    Postar Foto

    Seria tipo o sistema de postagem de foto do Orkut, da pagina inicial, o usuário iria inserir uma foto, e já teria um local exato para ela ficar, independente do tamanho da foto, esta foto seria enquadrada em um tamanho X, tipo a página inicial do orkut. Vai ser para colocar nessa página , gostaria que ficasse tipo isso ai. Eu pensei o seguinte para ficar mais fácil: A pessoa inseria a foto, e depois digitaria esses dados ai, ou seja o nick e cargo. Deu para entender mais ou menos.
  22. Nill

    Postar Foto

    me ajudem ai pessoal
  23. Nill

    Postar Foto

    Estou prescisando de um script que o usuário consiga postar fotos nas pagina. Porém deve ter o local onde as fotos vão ficar, e um tamnaho do arquivo e da foto especifico, d modo que fiquem todos iguais. Deu pra enteder
  24. Bom desenvolvir dois sites, o primeiro é da empresa onde trabalho Site da empresa, o este em seguida, ainda não terminei, e de um clã de um jogo chamado MU, Kingdoms MU. Veja o que acharão é me deem dicas para está melhorando estes sites... Valeu caras Nill Maulaz
  25. Nill

    Presciso De Um Mural

    E ai pessoal ajuda ai... estou prescindo do mural..
×
×
  • Criar Novo...