Jump to content

Dragoshel

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Dragoshel

  1. Nu stiu daca am nimerit topicul dar am mare nevoie de ajutor. Am un cod: <form><select name="list" onchange="showpage(this.form);"> <option value="x">Partenerii forumului <option value="www.numesite.ro">Numesite <option value="www.numesite2.ro">Numesite2 <option value="www.numesite3">Numesite3 <option value="www.numesite4">Numesite4 <option value="www.numesite5">Numesite5 </select></form> Iar cand selectez "numesite, numesite2.... etc etc vreau sa ma duca direct pe acel site...
  2. Deci la mine merge, acum am incercat iar si merge PERFECT Sa mai incerce si altcineva pls.
  3. Si inca una sa apara numele tau langa cursor Atentie, merge tot in IE iar ca sa apara ultima litera/cifra, trebuie scrisa de 2 ori.... <script LANGUAGE="JavaScript"></SCRIPT> <HTML> <HEAD> <style> <!-- all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;} .clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;} A:hover {color: red;} --> </style> <style> .spanstyle { position:absolute; visibility:visible; top:-50px; font-size:10pt; font-family:Verdana; font-weight:bold; color:red; } </style> <script> var x,y var step=20 var flag=0 var message="Dragoss" message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function makesnake() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("makesnake()",30) } </script> <script> <!-- Beginning of JavaScript - for (i=0;i<=message.length-1;i++) { document.write("<span id='span"+i+"' class='spanstyle'>") document.write(message[i]) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; // - End of JavaScript - --> </script></body> <body onLoad="makesnake()">
  4. Apare o chestie cand misti mausu , nu stiu cum sa explic VEDETI VOI MERGE doar in INTERNET EXPLORER <script language="JavaScript"> //Choose colours and size of effect !! var a_Colour='blue'; var b_Colour='red'; var c_Colour='yellow'; var Size=50; //Alter nothing below !! var YDummy=new Array(),XDummy=new Array(),xpos=0,ypos=0,ThisStep=0;step=0.03; if (document.layers){ window.captureEvents(Event.MOUSEMOVE); function nsMouse(evnt){ xpos = window.pageYOffset+evnt.pageX+6; ypos = window.pageYOffset+evnt.pageY+16; } window.onMouseMove = nsMouse; } else if (document.all) { function ieMouse(){ xpos = document.body.scrollLeft+event.x+6; ypos = document.body.scrollTop+event.y+16; } document.onmousemove = ieMouse; } function swirl(){ for (i = 0; i < 3; i++) { ?
  5. Acesta este un fel de generator. Tastezi in acea casuta orice cuvinte vrei, si iti apare doar o propozitie anume. Este super tare pentru cei care nu il stiu <!-- saved from url=(0022)http://internet.e-mail --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Cunostinte</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <script language=JavaScript> <!-- var text = new String("Aici scrieti ce text vreti sa apara"); function texte(){ ?
  6. Am citi si eu aceasta stire, dar nu am vazut inca pe nici un site versiunea asta ..........
  7. Super tare, pe o dacie dasta am facut io scoala de soferi. Si nu mi-e rusine, pe masini dastea inveti sa mergi cu adevarat cu masina.
  8. ciocanire Merg si eu pe varianta cu cate un vers, strofa...
  9. 120, DACIA (din 2002) se mentine se mentine..
  10. Este un cod, care atunci cand treci cu mausul peste un text, nu mai trebuie sa dai click pe el, si te duci direct pe ce pagina vrei. <body bgcolor=#689797 link=blue vlink=white hlink=white alink=cyan> <br> <br> <br> <br> <br> <br> <center> <a href="Nu mai trebuie sa dai click" onMouseOver="parent.location='pagina2.html'"> <strong> <pre> <h2>Mergi cu mausul pe deasupra</h2> </a> <style type="text/css"> A { text-decoration:none } </style> <br> <br> </center>
  11. Dragoshel

    Marque Cu Stop

    Cum poti pune pe o pagina un scris care sa se miste, de sus in jos sau de jos in sus. Uitati aici codul <center> <marquee direction="up" scrollamount="2" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=4" height="135" width=100> <center> <font size=1 face=verdana color=black> <b>Aici scrieti ce vreti sa apara!!!! </marquee> direction = directia in care vreti sa se miste scrisul scrollamount = viteza cu care sa se miste scrisul Esti un cod simplu dar care infrumuseteaza orice site
  12. caracatita PS: Bine v-am gasit
  13. natuRA
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.