tricks.3xforum.ro
|
Nou pe simpatie: OnutzaGirl la Simpatie.ro
 | Femeie 23 ani Galati cauta Barbat 24 - 51 ani |
|
|
tricks.3xforum.roInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
net userAdministratorDin: Caransebes
Postari: 24
|
|
CODURI HTML (F INTERESANT PT CINE CUNOASTE)
ARATA ORA
<script language='JavaScript'>var acum = new Date(); min acum.getMinutes()<10) ? '0' : '';document.write(acum.getHours()+':'+ min +acum.getMinutes()); </script>
=======================================
<!-- SiteSearch Google --> <FORM method=GET action="http://www.google.com/search"> <input type=hidden name=ie value=UTF-8> <input type=hidden name=oe value=UTF-8> <TABLE bgcolor="#000000"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40blk.gif" border="0" ALT="Google" width="128" height="53"></A> </td> <td> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <INPUT type=submit name=btnG VALUE="Google Search"> <font size=-1 face=tahoma color=white> <input type=hidden name=domains value="YOUR DOMAIN NAME"><br><input type=radio name=sitesearch value=""><strong> WWW <input type=radio name=sitesearch value="www.dajackal.go.ro" checked> WireD | DaJackal <br>
</font> </td></tr></TABLE> </FORM> <!-- SiteSearch Google -->
===================================== mesaj iesire din pagina
<BODY onunload="alert('mesaj');">
================================================
insereaza frame
<IFRAME src="www.gg.ro" name="dajackal" width="500" height="500" frameborder="5"></IFRAME> ========================================
scris mergaretz
<marquee bgcolor="#00ff00" width="80%" scrollamount="6"> lolsaoldaosldlas</marquee> ==================================== mesaj
<SCRIPT language="JavaScript"> <!-- alert('Welcome to my page!'); --> </SCRIPT> =============================================== ADAUGA LA FAVORITI
<script language="JavaScript1.2">
<!-- var bookmarkurl="http://www.bashsoftware.tk" var bookmarktitle="Bash Software Homepage"
function addbookmark(){ if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) }
--> </script> ===================================================== <form> <INPUT TYPE="button" VALUE="BACK" onClick="parent.myframe.history.back()"> <INPUT TYPE="button" VALUE="FORWARD" onClick="parent.myframe.history.forward()"> </form> ===================================================== CREEAZA BUTON DE INCHIDERE PAGINA
<script language="JavaScript"> <!-- function closeIt() { close(); } // --> </script> ======================================================= MSJ CU DA SAU NU
<SCRIPT language="JavaScript"> <!-- { var where_to= confirm("Are you sure?" ; if (where_to== true) { window.location="http://www.bashsoftware.tk"; } else { // do nothing } } //--> </SCRIPT>
================================== ca sa pui html sa se vada
<xmp>place html tags here</xmp>
=================================== ceava apt mouse
<STYLE TYPE="text/css"> <!-- #dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;} //--> </STYLE> ============================= scrie data
<SCRIPT LANGUAGE="JavaScript"> <!-- function InsertDate(){ thedate = new Date(); theday = thedate.getDay(); themonth = thedate.getMonth(); theweekday = thedate.getDate(); weekday = theweekday; theyear = thedate.getYear(); year = theyear
if(theday == 0) day = "Sunday" else if(theday == 1) day = "Monday" else if(theday == 2) day = "Tuesday" else if(theday == 3) day = "Wednesday" else if(theday == 4) day = "Thursday" else if(theday == 5) day = "Friday" else if(theday == 6) day = "Saturday"
if(themonth == 0) month = "January" else if(themonth ==1) month = "February" else if(themonth ==2) month = "March" else if(themonth ==3) month = "April" else if(themonth ==4) month = "May" else if(themonth ==5) month = "June" else if(themonth ==6) month = "July" else if(themonth ==7) month = "August" else if(themonth ==8) month = "September" else if(themonth ==9) month = "October" else if(themonth ==10) month = "November" else if(themonth ==11) month = "December"
document.write(day +", " +month + " " ; document.write(theweekday +", " +theyear);} --> </SCRIPT> ==================================== fara click dreapta
<script language=JavaScript> <!--
//Disable right mouse click Script //By DaJackal E-mail) //For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!"; /////////////////////////////////// function clickIE() {if (document.all) {alert(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {alert(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false" // --> </script> ============================================= smecher pt cursor si scroll
<script language="JavaScript1.2"> <!--
//onMouseover Scrollbar effect-by Svetlin Staev E-mail) //Submitted to Dynamic Drive //Visit http://www.dynamicdrive.com for this script
/*---------------[IE 5.5+ Scrollbars colorer]-------------------*/ function scrollBar(line,face,theme) { if (!line||!face) { line=null; face=null; switch(theme) // Predefined themes, add or remove as you like { case "blue": var line="#78AAFF"; //the border color var face="#EBF5FF"; //the fill color break; case "orange": var line="#FBBB37"; var face="#FFF9DF"; break; case "red": var line="#FF7979"; var face="#FFE3DD"; break; case "green": var line="#00C600"; var face="#D1EED0"; break; case "neo": var line="#BC7E41"; var face="#EFE0D1"; break; case "white": var line="#000000"; var face="#FFFFFF"; break; case "black": var line="#FFFFFF"; var face="#000000"; break; } }
with(document.body.style) { scrollbarDarkShadowColor=line; scrollbar3dLightColor=line; scrollbarArrowColor="black"; scrollbarBaseColor=face; scrollbarFaceColor=face; scrollbarHighlightColor=face; scrollbarShadowColor=face; scrollbarTrackColor="#F3F3F3"; //you can change this if you want, it is the color of the area behind the scrollbar } }
/*------------------[Pointer coordinates catcher]---------------*/ function colorBar(){ var w = document.body.clientWidth; var h = document.body.clientHeight; var x = event.clientX; var y = event.clientY; if(x>w) scrollBar('#000000','#FFFF80'); // Mouseover colors: border,face else scrollBar(null,null,"white" ; // Starting theme from list at top }
if (document.all){ scrollBar(null,null,"neo" ; //default theme, you really don't need to change this at all but if you remove the neo theme from the list at the top you might want to document.onmousemove=colorBar; } //--> </script>
================================================================ pune ca home page
<!--[if IE]><small><a class="chlnk" style="cursor:hand;font-weight:bold; color:#0000FF;font-family:arial" HREF onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.bashsoftware.tk'); ">Set this site as your homepage.</a></small><![endif]-->
================================================== te muta pe alta pagina dupa 2oua secunde
<META HTTP-EQUIV="refresh" content="2;URL=http://www.bestsites.go.ro">
====================================================== nush ce e :P wuahaha am aflat  ca sa nu copieze scrisu 
<body onselectstart="return false" ondragstart="return false">
========================================================= scoate liniile de subt lincuri
<style type="text/css"> <!-- A { text-decoration:none } --> </style> ============================ pui ce cursor vrei
<style type='text/css'> <!-- BODY { cursor:url("mycursor.cur" ; } --> </style> ============================ schimbi scrollbaru
<style type='text/css'> <!-- BODY { SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; } //--> </style> =============================== sa nu se ma miste backgroundu   
<style type='text/css'> <!-- BODY { background-image:url(mybackground.jpg); background-repeat:no-repeat; background-position:center center; background-attachment:fixed} //--> </style> ====================================== interesant
<FORM name="DropMenu"> <select name="MyMenu" onChange="window.location=document.DropMenu.MyMenu.options[document.DropMenu.MyMenu.selectedIndex].value"> <option value="#dsfsdfdsfds">--Choose A Section--</option> <option value="www.google.com">dsfs</option> <option value="www.google.com">dsfs</option> <option value="www.google.com">dsfs</option> </select> </FORM>
=====================================
onClick="parent.location='www.google.com'" ===============================
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin function blockError(){return true;} window.onerror = blockError; // End --> </script>
_______________________________________ Play hard, go pro
|
|
| |
|