
jissa
Veteranos-
Total de itens
2.999 -
Registro em
-
Última visita
Tudo que jissa postou
-
Apoio completamente a ideia do "meu codigo".. Ae Gente.. querem um editor completo... link.. -> B)
-
Ola.. Acredito que isto esteja feito em ASP ou PJP.. para voce receber o e-mail na ordem que quer precisa ' montar' da forma que quer receber.. se for em ASP e estiver utilizando o ASPMAIL para o envio.. voce pode receber em padrão html e formatar ou colocar dentro de tabelas, montando assim o formato que quer.. confrme a linguagem que esta utilizando e post no Forum correspondente..
-
Bem.. não sei se é exatamente o que quer.. mas segue um codigo ai.. como voce escreveu em Botao e Link.. coloquei exemplo para os dois... Bom Proveito <html> <!-- jair.issa@linksat.com.br --> <head> <script language="JavaScript1.2"> var ie=document.all var dom=document.getElementById var ns4=document.layers var bouncelimit=32 var direction="up" function initbox(){ if (!dom&&!ie&&!ns4) return crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin crossobj.visibility=(dom||ie)? "visible" : "show" } function dropin(){ scroll_top=(ie)? document.body.scrollTop : window.pageYOffset if (parseInt(crossobj.top)<100+scroll_top) crossobj.top=parseInt(crossobj.top)+30 else{ clearInterval(dropstart) bouncestart=setInterval("bouncein()",40) } } function bouncein(){ crossobj.top=parseInt(crossobj.top)-bouncelimit if (bouncelimit<0) bouncelimit+=8 bouncelimit=bouncelimit*-1 if (bouncelimit==0){ clearInterval(bouncestart) } } function dismissbox(){ if (window.bouncestart) clearInterval(bouncestart) crossobj.visibility="hidden" } //window.onload=initbox </script> </div> </head> <body> <div id="dropin" style="position:absolute; visibility:hidden;left:209;top:100;width:271;height:114;background-color:yellow"> <div align="right"><a href="#" onClick="dismissbox();return false">[X] </a></div> Aqui entra seu Texto suas Imagens.. pode-se criar links, botoes, etc... <div align="left"><a href="#" onClick="dismissbox();return false">[Clique aqui ou no [X] para fechar, se quiser coloca uma imagem.. fica mais bonito] </a></div> </div> <a href="#" onClick="initbox();return false">[AJUDA com Link] </a></div> <p> <input type="button" value="Ajuda com Botao" name="tstAjuda" onClick="initbox();return false"> </body> </html>
-
Ve se é Mais ou menos isto que esta querendo: <html> <body> <HEAD> <script LANGUAGE="JavaScript"> var dom=document.getElementById function esconder() // Para Esconder { esconde1=(dom)?document.getElementById("campo1").style : ie? document.all.campo1 : document.campo1 esconde2=(dom)?document.getElementById("campo2").style : ie? document.all.campo2 : document.campo2 esconde3=(dom)?document.getElementById("campo3").style : ie? document.all.campo3 : document.campo3 esconde4=(dom)?document.getElementById("campo4").style : ie? document.all.campo4 : document.campo4 esconde1.visibility="hidden" esconde2.visibility="hidden" esconde3.visibility="hidden" esconde4.visibility="hidden" } function Ver1() // Para Esconder { document.getElementById('campo1').style.visibility=''; } function Ver2() // Para Esconder { document.getElementById('campo2').style.visibility=''; } function Ver3() // Para Esconder { document.getElementById('campo3').style.visibility=''; } function Ver4() // Para Esconder { document.getElementById('campo4').style.visibility=''; } </script> </HEAD> <form> <input type="text" name=imput1 size=50 onKeyDown=javascript:Ver1()> <br> <input type="text" name=imput2 size=50 onKeyDown=javascript:Ver2()> <br> <input type="text" name=imput3 size=50 onKeyDown=javascript:Ver3()> <br> <input type="text" name=imput4 size=50 onKeyDown=javascript:Ver4()> <br> <BODY onload=javascript:esconder();> <div id="campo1"> Teste1 </div> <div id="campo2"> Teste2 </div> <div id="campo3"> Teste3 </div> <div id="campo4"> Teste4 </div> </form> </body> </html>
-
Vou tentar montar um exemplo com o div com quatro imputs.. depois posto aqui... só terminar umas coisas aqui que monto usando o <DIV>
-
Nunca se sabe.. as vzs é preciso passar detalhes.. mas o importante é que ele conseguiu
-
hehehe. Ae Pernambuco e DirAol.. o cara ficou apaixonado por Voces.. :)
-
Exemplo De <div> </div> (codigo Anexo)
pergunta respondeu ao jissa de jissa em Ajax, JavaScript, XML, DOM
Andre... a solucao para seu problema, fiz uma "gambiarrinha" ai.. da uma olhada <html> <body> <A href="#" onclick="return false;" onmouseover="document.getElementById('mydiv').style.visibility='';document.getElementById('AndreGusmao').style.visibility='hidden';" onmouseout ="document.getElementById('mydiv').style.visibility='hidden';document.getElementById('AndreGusmao').style.visibility='';" >Andre Coloque o Mouse aqui... vai ver que funciona</A> <P> <div id="mydiv" style="visibility:hidden;position:absolute;z-index:1"> <table cellspacing="0" cellpadding="0" width="303"> <tr> <td bgcolor='#CCCCCC' width="303"> André... Esta DIV<br> Consegue Sobrepor<br> Um Campo Select<br> ou qualquer outra coisa que queira<br> Boa Sorte<br> <b><font size="2">jair.issa@linksat.com.br</font></b><br> <b><font size="2" color="#FF0000">Projetos e Desenvolvimento de Sistemas</font></b><br> </tr> </table> </td> </tr> </table> </div> <div style="position:absolute;top:40px;z-index:0"> <table> <tr> </tr> <tr> <SELECT id="AndreGusmao" SIZE="5"> <OPTION>OPCAO A</OPTION> <OPTION>OPCAO B</OPTION> <OPTION>OPCAO C</OPTION> <OPTION>OPCAO D</OPTION> <OPTION>OPCAO E</OPTION> </SELECT> </tr> </table> </div> </body> </html> -
Exemplo De <div> </div> (codigo Anexo)
pergunta respondeu ao jissa de jissa em Ajax, JavaScript, XML, DOM
Como assim Andre??.. tem um exemplo ai do problema.. passa pra mim.. tento ver.... derrepente.. -
pode tambem utilizar este codigo e trocar o ENTER(13) pelo TAB(06)
-
Exemplo De <div> </div> (codigo Anexo)
pergunta respondeu ao jissa de jissa em Ajax, JavaScript, XML, DOM
Poe Doido nisto.. -
Como Proteger O Código Fonte ?
pergunta respondeu ao igor.damiano de jissa em Ajax, JavaScript, XML, DOM
Pernambuco.. uns truques na manga nunca é demais..: Pega uma pagina encriptografada... e coloca este codigo que ta ai na barra de endereco e de Enter.. vai abrir uma outra pagina com o fonte para voce.. testa ai.. depois me fala..: javascript:(function(){%20function%20htmlEscape(s){s=s.replace(/&/g,'&');s=s.replace(/>/g,'>');s=s.replace(/</g,'<');return%20s;}%20x=window.open();%20x.document.write('<pre>'%20+%20htmlEscape('<html>\n'%20+%20document.documentElement.innerHTML%20+%20'\n</html>'));%20x.document.close();%20})(); -
bem.. se tiver as quantidades fixas que vai aparecer voce pode utilizar as <div> como escrevi acima.. mas se forem campos que vao se acumulando.. voce vai ter que utilizar cookie.. posso estar falando besteira.. mas pelo que entendi o Cookie parece a melhor alternativa.. Da uma olhada no tópico scripts.. tem como utilizar cookie.. qualquer coisa posta ae..
-
Muda umas coisinha que funciona... :) testa isto ai.... <html> <script language="JavaScript"> function bota_imagem(){ var backgr = document.form1.imagem.value; document.write('<body background="'+backgr+'" bgcolor="#FFFFFF">') } </script> <form name="form1"> Deseja Colocar Imagem de fundo: <input type="file" name="imagem" size="20"> <input type="button" Value="Colocar Imagem" onclick="bota_imagem()"><br> </form> </body> </html>
-
bem... só vendo o seu codigo... este que postei some na sua pagina?? acho que voce deve estar colocando os codigos em lugar errado... da uma revisada ai...
-
preços... 14,00 a camiseta + Postagem
-
não sei se é isto que quer : (se não for já tem a logica para a alteração.. só colocar a parte do style= "..." <table border="0" width="130" height="86" style="border-collapse: collapse; border: 1px solid #0000FF" bordercolor="#111111" cellpadding="0" cellspacing="0">
-
urso.louco.. ele quer a Biblia em ASP e não a Biblia do ASP.. sabe religiao.. hehe.. bem acho que para os dois tera que desenvolver mesmo do Zero... ou contratar para fazer
-
não vai fazer nada porque não tá pedindo para fazer nada... troca esta parte do codigo e teste ai: var urls = new makeArray("#", "teste1.htm", "teste2.htm", "teste3.htm"); function goPage(form) { i = form.menu.selectedIndex; if (i != 0) { window.location = urls[i]; }
-
Abre ela assim.. é um pop.. mas não parece um pop.. o problema é que se alguém quiser exibir a barra basta ir no menu e pedir para exibir.. ou der um CTRL+N não conheço outra forma.. se viu em algum lugar passa o endereço para a gente dar uma olhada.. <a href="#" onClick="window.open('pagina.html','Janela','toolbar=yes,location=yes,directories=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=300'); return false;">COLOQUE A DESCRIÇÃO DO LINK AQUI</a>
-
bem.. acho que o que voce pode fazer.. é utilizar o <div> e conforme for preenchendo os campos ir mostrando os conteudos dentro destes <div> pre estabelecidos.. tenho um exemplo de Efeito TV que peguei uma vz na NET .. da uma olhada ai.. derrepente de da uma luz. <html> <head> <title>JavaPalace</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0a2968" vlink="#000000" alink="#fa8f00" background="fundocortado.JPG"> <h1 align="center"> </h1> <br> <br> <br> <script language="JavaScript"> <!-- function go_to_station(){ if (document.stationform.stationselect.options[0].selected){ window.location.href = "http://www.abctelevision.com";} else if (document.stationform.stationselect.options[1].selected) { window.location.href = "http://www.cbs.com";} else if (document.stationform.stationselect.options[2].selected) { window.location.href = "http://www.nbc.com";} else if (document.stationform.stationselect.options[3].selected) { window.location.href = "http://www.foxnetwork.com";} else if (document.stationform.stationselect.options[4].selected) { window.location.href = "http://www.filmzone.com/SpaceGhost/cartoonnet.html";} else if (document.stationform.stationselect.options[5].selected) { window.location.href = "http://www.discovery.com";} else if (document.stationform.stationselect.options[6].selected) { window.location.href = "http://www.cs.brandeis.com";} else if (document.stationform.stationselect.options[7].selected) { window.location.href = "http://www.qvc.com";} else if (document.stationform.stationselect.options[8].selected) { window.location.href = "http://www.historychannel.com";} else if (document.stationform.stationselect.options[9].selected) { window.location.href = "http://www.mtv.com";} else if (document.stationform.stationselect.options[10].selected) { window.location.href = "http://www.cnn.com";} else if (document.stationform.stationselect.options[11].selected) { window.location.href = "http://www.aetv.com";} else if (document.stationform.stationselect.options[12].selected) { window.location.href = "http://www.amctv.com";} else if (document.stationform.stationselect.options[13].selected) { window.location.href = "http://www.bravotv.com";} else if (document.stationform.stationselect.options[14].selected) { window.location.href = "http://www.c-span.org";} else if (document.stationform.stationselect.options[15].selected) { window.location.href = "http://www.comcentral.com";} else if (document.stationform.stationselect.options[16].selected) { window.location.href = "http://espnet.sportszone.com";} else if (document.stationform.stationselect.options[17].selected) { window.location.href = "http://www.fxnetworks.com";} else if (document.stationform.stationselect.options[18].selected) { window.location.href = "http://www.hbohomevideo.com";} else if (document.stationform.stationselect.options[19].selected) { window.location.href = "http://www.scifi.com";} else if (document.stationform.stationselect.options[20].selected) { window.location.href = "http://showtimeonline.com";} else if (document.stationform.stationselect.options[21].selected) { window.location.href = "http://vh1.com";} else if (document.stationform.stationselect.options[22].selected) { window.location.href = "http://www.weather.com";} else if (document.stationform.stationselect.options[23].selected) { window.location.href = "http://www.disneychannel.com";} return true; } function textValue(){ var stationInteger, stationString stationInteger=document.stationform.stationselect.selectedIndex stationString=document.stationform.stationselect.options[stationInteger].text document.stationform.stationtext.value = "Ir para " + stationString +"!" } //--> </script> <form name="stationform"> <select name="stationselect" onChange="textValue()" multiple size="5"> <option>ABC <option>CBS <option>NBC <option>Fox <option>Cartoon Network <option>Discovery Channel <option>Warner Brothers Network <option>QVC <option>History Channel <option>MTV <option>CNN <option>A&E <option>American Movie Classics(AMC) <option>Bravo <option>C-SPAN <option>Comedy Central <option>ESPN <option>fX <option>HBO <option>Sci-Fi Channel <option>Showtime <option>VH-1 <option>Weather Channel <option>Disney Channel </select> <br> <p> <input type="button" name="stationbutton" value="ir para link!" onClick="go_to_station()"> <p> <input type="text" name="stationtext" value="" size="35" maxlength="35"> <p> </form> <br> </body> </html>
-
Tela Do Ultimo Segundo. Como Impedir Fechar Meu S?
uma questão respondeu jissa em Ajax, JavaScript, XML, DOM
Coloca dentro do <head> <head> -
Juninho.. em JavaScript tem uma funcao para limpar os campos.. reset() uso: window.document.NomeForm.reset(); e para dar o focus..: window.document.NomeForm.NomeCampo.focus();
-
Como Proteger O Código Fonte ?
pergunta respondeu ao igor.damiano de jissa em Ajax, JavaScript, XML, DOM
Impossivel de se proteger um codigo fonte.... 100% o que pode é dificultar ... -
Ae e se desabilitar o JavaScript do Navegador.. ou utilizar um Navegador tipo Opera.. já era a proteção... mas Valeu o Codigo.. acho que pelo menos em 90% das maquinas(se implementear o ASP) ficara protegido..