

Posted 10/01/2004, 17:32
Posted 10/01/2004, 22:16
Edição feita por: !°>[V]Ä®¥ÄÑä<°!, 11/01/2004, 17:48.
Posted 11/01/2004, 19:42
olha, eu conheço um jeito bem simples pra por mensagem ao abrir...é so colocar esse código entre as tags <head> e </head>Ä®¥ÄÑä<°!,10 Jan 2004, 23:16 ]oi, q eu saiba o codigo disso deve ser colocado entre a palavra <head> e <head>...uma fika logo no topo do template e a outra mais ou menos no centro pro final...eu acho...mais pow eu axo...espero ter ajudado certo hehe...bjus
<script>alert("COLOQUE SUA MENSAGEM AQUI")</SCRIPT>
Posted 13/01/2004, 01:26
<!--------Layouts de Rock [http://www.layoutsderock.kit.net]--------------> <!--Começo --> <body> <script language="JavaScript1.2"> /* DHTML Announcement Box- By Jim Silver @ jimsilver47@yahoo.com Exlusive permission granted to Dynamic Drive (http://dynamicdrive.com) to include this script in their DHTML archive. For full source code, terms of use, and 100's more scripts, visit http://dynamicdrive.com */ //drag drop function for NS 4//// ///////////////////////////////// var dragswitch=0 var nsx var nsy var nstemp function drag_dropns(name){ temp=eval(name) temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP) temp.onmousedown=gons temp.onmousemove=dragns temp.onmouseup=stopns } function gons(e){ temp.captureEvents(Event.MOUSEMOVE) nsx=e.x nsy=e.y } function dragns(e){ if (dragswitch==1){ temp.moveBy(e.x-nsx,e.y-nsy) return false } } function stopns(){ temp.releaseEvents(Event.MOUSEMOVE) } //drag drop function for IE 4+//// ///////////////////////////////// var dragapproved=false function drag_dropie(){ if (dragapproved==true){ document.all.showimage.style.pixelLeft=tempx+event.clientX-iex document.all.showimage.style.pixelTop=tempy+event.clientY-iey return false } } function initializedragie(){ iex=event.clientX iey=event.clientY tempx=showimage.style.pixelLeft tempy=showimage.style.pixelTop dragapproved=true document.onmousemove=drag_dropie } if (document.all){ document.onmouseup=new Function("dragapproved=false") } ////drag drop functions end here////// function hidebox(){ if (document.all) showimage.style.visibility="hidden" else if (document.layers) document.showimage.visibility="hide" } </script> <div id="showimage" style="position: absolute; width: 145; left: 89; top: 27; height: 124"> <table border="0" width="100%" height="100%"bgcolor="black" cellpadding="2"> <tr> <td width="100%" height="100%"> <table border="1" width="137" height="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border-style: solid; border-width: 1" bordercolor="#111111"> <tr> <td onMousedown="initializedragie()" style="border-style:solid; border-width:1; cursor:hand" height="11" bgcolor="#FFFFFF" width="109"><ilayer width="100%" onSelectStart="return false"> <layer width="100%" onMouseover="dragswitch=1;drag_dropns(showimage)" onMouseout="dragswitch=0"> <p align="center"><strong><font face="Verdana" size="1">EXEMPLO</font></strong></p> </layer> </td> <td style="cursor:hand" height="11" bgcolor="#FFFFFF" width="22"> <p align="right"><font face="Verdana" size="2"> <a href="#" onClick="hidebox();return false" style="text-decoration: none"> <font color="#000000">X </font></font></a></td> </tr> <tr> <td bgcolor=#FFFFFF style="padding:1px" colspan="2" align="justify" width="131"> <p align="center"><font face="Verdana">EXEMPLO</font><p align="center"> </td> </tr> </table> </td> </tr> </table> </div></body> <!--FIM -->
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)