Sie sind auf Seite 1von 74

Changing link colors <!-- This Script is from www.htmlfreecodes.

com, Coded by: Krishna Eydat-->

<A HREF="http://www.htmlfreecodes.com"><FONT COLOR="#FF0000">Your Link</FONT></A> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Escape from frame link <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<A HREF="http://www.yourdomain.com" TARGET="_top">http://www.yourdomain.com</A> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Changing webpage margins <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<body topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0> <h1>www.htmlfreecodes.com</h1>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Auto Fill email subject <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<A HREF="mailto:you@yourdomain.com?subject=Your Subject">Send Email</A> <br />

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Status bar link description <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<A HREF="http://www.htmlfreecodes.com/?yourkkr" onmouseover="window.status='http://www.htmfreecodes.com'; return true" onmouseout="window.status='Link description';return true">Recommended Link</a>

<br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Highlight links and text <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<A HREF="http://www.htmlfreecodes.com" STYLE="background:yellow; color:black">Linked Text</A> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Preventing browser cache <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<META http-equiv="Pragma" content="no-cache">

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Preventing search engine indexing

<!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Removing link underline <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<a style="text-decoration: none;" href="http://www.htmlfreecodes.com">Your Link</a> <br />

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Music on your site <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<embed src="http://www.htmlfreecodes.com/images/sound.mid"> <noembed> <bgsound src="http://www.htmlfreecodes.com/images/sound.mid"> </noembed>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Marquee html code <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<div align="center"><FONT

color="#ffffff" size="+1"><MARQUEE bgcolor="#000080" direction="right" loop="20" width="75%"><STRONG>www.htmlfreecodes.com </STRONG></MARQUEE></FONT></DIV>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Window message <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<script type="text/javascript"> alert("I am a script. I ran first! www.htmlfreecodes.com") </script>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Alignment <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<h3 align="left">Aligned left</h3> <h3 align="center">Aligned center</h3> <h3 align="right">Aligned right</h3>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Headings

<!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Embedding video file <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=4923697466556084028&hl=en"> </embed>

<br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Color using inline styles

<!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydatx-->

<div style="background-color:olive; border:2px solid black; color:maroon; width:300px;"> <p>HTML code for colors or <span style="color:orange">CSS code for colors</span> that's the question...</p> </div>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Table colour <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<table border="1" cellpadding="5" cellspacing="5" width="100%"> <tr> <th style="color:blue;background-color:yellow;" rowspan="2">Table header</th><td>Table cell 1 </tr> <tr> <td>Table cell 2</td> </tr> </table>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Mouse clock <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<SCRIPT language=JavaScript> dCol='000000';//date colour. fCol='000000';//face colour. sCol='000000';//seconds colour. mCol='000000';//minutes colour. hCol='000000';//hours colour. ClockHeight=40; ClockWidth=40; ClockFromMouseY=0; ClockFromMouseX=100;

//Alter nothing below! Alignments will be lost!

d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"); m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTO BER","NOVEMBER","DECEMBER"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;

D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>"; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5

HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>'); for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++) document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){

document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';textalign:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';textalign:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++) document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');

document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;

F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; }

function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Html cursor code <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<html>

<head> <style type="text/css"> .help { cursor: help } .pointer { cursor: pointer } .wait { cursor: wait } .crosshair { cursor: crosshair } .move { cursor: move } .smile { cursor:url(http://www.yoursite.com/images/kkr.gif),auto } </style> </head> <body> <p>(Hover over each heading to see the cursor effect).</p> <h3 class="help">HTML cursor codes - "Help"</h3> <h3 class="pointer">HTML cursor codes - "Pointer"</h3> <h3 class="wait">HTML cursor codes - "Wait"</h3> <h3 class="crosshair">HTML cursor codes - "Crosshair"</h3> <h3 class="move">HTML cursor codes - "Move"</h3> <h3 class="smile">HTML cursor codes - "Smile"</h3> </body>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Comments code <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--

The browser will hide this comment because it is surrounded by comment code. --> <p>The browser will display this comment because it is not surrounded by comment code.</p>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Close window code <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<a href="JavaScript:window.close()">Close</a> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Overlapping text code <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<p style="line-height:15px;text-align:center;"> <span style="font-family:Garamond;font-size:22px;color:3366CC;font-style:normal;font-weight:bold;"> Coding overlapping text<br> <span style="font-family:Cursive;font-size:48px;color:99FF33;font-style:italic;font-weight:normal;"> ...is easy!</span> </span> </p>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Analogwatch

<!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <!--</head>--> <!--<body>--> <SCRIPT language="JavaScript"> fCol='444444'; sCol='FF0000'; mCol='444444'; hCol='444444'; Ybase=30; Xbase=30; H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); NS4=(document.layers); NS6=(document.getElementById&&!document.all); IE4=(document.all); Ypos=0; Xpos=0; dots=12;

Split=360/dots; if (NS6){ for (i=1; i < dots+1; i++){ document.write('<div id="n6Digits'+i+'" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;fontsize:10px;color:#'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); } for (i=0; i < M.length; i++){ document.write('<div id="Ny'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;fontsize:2px;background:#'+mCol+'"></div>'); } for (i=0; i < H.length; i++){ document.write('<div id="Nz'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;fontsize:2px;background:#'+hCol+'"></div>'); } for (i=0; i < S.length; i++){ document.write('<div id="Nx'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;fontsize:2px;background:#'+sCol+'"></div>'); } } if (NS4){ dgts='1 2 3 4 5 6 7 8 9 10 11 12'; dgts=dgts.split(' ') for (i=0; i < dots; i++){ document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial size=1 color='+fCol+'>'+dgts[i]+'</font></center></layer>'); } for (i=0; i < M.length; i++){

document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>'); } for (i=0; i < H.length; i++){ document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>'); } for (i=0; i < S.length; i++){ document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>'); } } if (IE4){ document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=1; i < dots+1; i++){ document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;fontsize:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++){ document.write('<div id=y style="position:absolute;width:2px;height:2px;fontsize:2px;background:'+mCol+'"></div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++){ document.write('<div id=z style="position:absolute;width:2px;height:2px;fontsize:2px;background:'+hCol+'"></div>');

} document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++){ document.write('<div id=x style="position:absolute;width:2px;height:2px;fontsize:2px;background:'+sCol+'"></div>'); } document.write('</div></div>') } function clock(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360; if (NS6){ Ypos=window.pageYOffset+window.innerHeight-Ybase-25; Xpos=window.pageXOffset+window.innerWidth-Xbase-30; for (i=1; i < dots+1; i++){ document.getElementById("n6Digits"+i).style.top=Ypos-15+Ybase*Math.sin(-1.56 +i *Split*Math.PI/180) document.getElementById("n6Digits"+i).style.left=Xpos-15+Xbase*Math.cos(-1.56 +i*Split*Math.PI/180) } for (i=0; i < S.length; i++){

document.getElementById("Nx"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(sec); document.getElementById("Nx"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(sec); } for (i=0; i < M.length; i++){ document.getElementById("Ny"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(min); document.getElementById("Ny"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(min); } for (i=0; i < H.length; i++){ document.getElementById("Nz"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(hrs); document.getElementById("Nz"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(hrs); } } if (NS4){ Ypos=window.pageYOffset+window.innerHeight-Ybase-20; Xpos=window.pageXOffset+window.innerWidth-Xbase-30; for (i=0; i < dots; ++i){ document.layers["nsDigits"+i].top=Ypos-5+Ybase*Math.sin(-1.045 +i*Split*Math.PI/180) document.layers["nsDigits"+i].left=Xpos-15+Xbase*Math.cos(-1.045 +i*Split*Math.PI/180) } for (i=0; i < S.length; i++){ document.layers["nx"+i].top=Ypos+i*Ybase/4.1*Math.sin(sec); document.layers["nx"+i].left=Xpos+i*Xbase/4.1*Math.cos(sec); } for (i=0; i < M.length; i++){ document.layers["ny"+i].top=Ypos+i*Ybase/4.1*Math.sin(min);

document.layers["ny"+i].left=Xpos+i*Xbase/4.1*Math.cos(min); } for (i=0; i < H.length; i++){ document.layers["nz"+i].top=Ypos+i*Ybase/4.1*Math.sin(hrs); document.layers["nz"+i].left=Xpos+i*Xbase/4.1*Math.cos(hrs); } } if (IE4){ Ypos=document.body.scrollTop+window.document.body.clientHeight-Ybase-20; Xpos=document.body.scrollLeft+window.document.body.clientWidth-Xbase-20; for (i=0; i < dots; ++i){ ieDigits[i].style.pixelTop=Ypos-15+Ybase*Math.sin(-1.045 +i *Split*Math.PI/180) ieDigits[i].style.pixelLeft=Xpos-15+Xbase*Math.cos(-1.045 +i *Split*Math.PI/180) } for (i=0; i < S.length; i++){ x[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(sec); x[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(sec); } for (i=0; i < M.length; i++){ y[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(min); y[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(min); } for (i=0; i < H.length; i++){ z[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(hrs); z[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(hrs);

} } setTimeout('clock()',100); } clock(); </SCRIPT> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Mouseclock <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <script language="JavaScript"> dCol='545454';//date colour. fCol='545454';//face colour. sCol='545454';//seconds colour. mCol='545454';//minutes colour. hCol='545454';//hours colour. ClockHeight=40; ClockWidth=40; ClockFromMouseY=0; ClockFromMouseX=100;

d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"); m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTO BER","NOVEMBER","DECEMBER"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0;

xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>"; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');

for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++) document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){ document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';textalign:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';textalign:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++)

document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop;

Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){

var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </script>

<!--</head>--> <!--<body>--> <!--</body>--> <!--</html>--> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Colour mouse clock <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <SCRIPT language="JavaScript"> dCol='brown';//date colour. fCol='black';//face colour. sCol='00ff00';//seconds colour. mCol='0000ff';//minutes colour. hCol='ff0000';//hours colour. ClockHeight=30; ClockWidth=30; ClockFromMouseY=20; ClockFromMouseX=70;

d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"); m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTO BER","NOVEMBER","DECEMBER"); date=new Date();

day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=1; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>";

Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>'); for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++)

document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){ document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';textalign:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';textalign:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++) document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>')

document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;fontfamily:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop;

Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;

DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT> <!--</head>--> <!--<body>-->

<!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Digital clock <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <!--<html>--> <!--<head>--> <script language="JavaScript"> var clockID = 0; function UpdateClock() { if(clockID) { clearTimeout(clockID); clockID = 0; } var tDate = new Date();

document.theClock.theTime.value = "" + tDate.getHours() + ":" + tDate.getMinutes() + ":" + tDate.getSeconds(); clockID = setTimeout("UpdateClock()", 1000);

} function StartClock() { clockID = setTimeout("UpdateClock()", 500); } function KillClock() { if(clockID) { clearTimeout(clockID); clockID = 0; } } </script> <!--</head>--> <body onload="StartClock()" onunload="KillClock()"> <form name="theClock"> <input type=text name="theTime" size=8 style="text-align: center"> </form> <!--</body>--> <!--</html>--> <!--</head>--> <!--<body>--> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Space in my page

<!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <!--</head>--> <BODY BGCOLOR="#000000" onLoad="fly()"> <!--<body>--> <SCRIPT LANGUAGE="JavaScript"> SmallStars = 30; LargeStars = 10; SmallYpos = new Array(); SmallXpos = new Array(); LargeYpos = new Array(); LargeXpos = new Array(); Smallspeed= new Array(); Largespeed= new Array(); ns=(document.layers)?1:0; if (ns) { for (i = 0; i < SmallStars; i++) { document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>"); } for (i = 0; i < LargeStars; i++) { document.write("<LAYER NAME='ln"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFFF' CLIP='0,0,2,2'></LAYER>"); } }

else { document.write('<div style="position:absolute;top:0px;left:0px">'); document.write('<div style="position:relative">'); for (i = 0; i < SmallStars; i++) { document.write('<div id="si" style="position:absolute;top:0;left:0;width:1px;height:1px;background:#fffff0;font-size:1px"></div>'); } document.write('</div>'); document.write('</div>'); document.write('<div style="position:absolute;top:0px;left:0px">'); document.write('<div style="position:relative">'); for (i = 0; i < LargeStars; i++) { document.write('<div id="li" style="position:absolute;top:0;left:0;width:2px;height:2px;background:#ffffff;font-size:2px"></div>'); } document.write('</div>'); document.write('</div>'); } WinHeight = (document.layers)?window.innerHeight:window.document.body.clientHeight; WinWidth = (document.layers)?window.innerWidth:window.document.body.clientWidth; for (i = 0; i < SmallStars; i++) { SmallYpos[i] = Math.round(Math.random() * WinHeight); SmallXpos[i] = Math.round(Math.random() * WinWidth); Smallspeed[i]= Math.random() * 5 + 1; } for (i = 0; i < LargeStars; i++) {

LargeYpos[i] = Math.round(Math.random() * WinHeight); LargeXpos[i] = Math.round(Math.random() * WinWidth); Largespeed[i] = Math.random() * 10 + 5; } function fly() { var WinHeight = (document.layers)?window.innerHeight:window.document.body.clientHeight; var WinWidth = (document.layers)?window.innerWidth:window.document.body.clientWidth; var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop; var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft; for (i = 0; i < LargeStars; i++) { LargeXpos[i] -= Largespeed[i]; if (LargeXpos[i] < -10) { LargeXpos[i] = WinWidth; LargeYpos[i] = Math.round(Math.random() * WinHeight); Largespeed[i] = Math.random() * 10 + 5; } if (ns) { document.layers['ln'+i].left = LargeXpos[i]; document.layers['ln'+i].top = LargeYpos[i] + hscrll; } else { li[i].style.pixelLeft = LargeXpos[i]; li[i].style.pixelTop = LargeYpos[i] + hscrll; } }

for (i = 0; i < SmallStars; i++) { SmallXpos[i] -= Smallspeed[i]; if (SmallXpos[i] < -10) { SmallXpos[i] = WinWidth; SmallYpos[i] = Math.round(Math.random()*WinHeight); Smallspeed[i] = Math.random() * 5 + 1; } if (ns) { document.layers['sn'+i].left = SmallXpos[i]; document.layers['sn'+i].top = SmallYpos[i]+hscrll; } else { si[i].style.pixelLeft = SmallXpos[i]; si[i].style.pixelTop = SmallYpos[i]+hscrll; } } setTimeout('fly()', 10); }

</script> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font>

Change slowly background <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <script language="JavaScript"> r=255; g=255; b=255; flag=0; t=new Array; o=new Array; d=new Array; function hex(a,c) { t[a]=Math.floor(c/16) o[a]=c%16 switch (t[a]) { case 10: t[a]='A'; break; case 11: t[a]='B'; break;

case 12: t[a]='C'; break; case 13: t[a]='D'; break; case 14: t[a]='E'; break; case 15: t[a]='F'; break; default: break; } switch (o[a]) { case 10: o[a]='A'; break; case 11: o[a]='B'; break; case 12: o[a]='C';

break; case 13: o[a]='D'; break; case 14: o[a]='E'; break; case 15: o[a]='F'; break; default: break; } } function ran(a,c) { if ((Math.random()>2/3||c==0)&&c<255) { c++ d[a]=2; } else { if ((Math.random()<=1/2||c==255)&&c>0) {

c-d[a]=1; } else d[a]=0; } return c } function do_it(a,c) { if ((d[a]==2&&c<255)||c==0) { c++ d[a]=2 } else if ((d[a]==1&&c>0)||c==255) { c--; d[a]=1; } if (a==3) { if (d[1]==0&&d[2]==0&&d[3]==0) flag=1 }

return c } function disco() { if (flag==0) { r=ran(1, r); g=ran(2, g); b=ran(3, b); hex(1,r) hex(2,g) hex(3,b) document.bgColor="#"+t[1]+o[1]+t[2]+o[2]+t[3]+o[3] flag=50 } else { r=do_it(1, r) g=do_it(2,g) b=do_it(3,b) hex(1,r) hex(2,g) hex(3,b) document.bgColor="#"+t[1]+o[1]+t[2]+o[2]+t[3]+o[3] flag--

} if (document.all) setTimeout('disco()',50) } </script> <!--</head>--> <body onload="disco()"> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Six dots around the mouse cursor <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <script language="JavaScript"> r=255; g=255; b=255; flag=0; t=new Array; o=new Array; d=new Array; function hex(a,c)

{ t[a]=Math.floor(c/16) o[a]=c%16 switch (t[a]) { case 10: t[a]='A'; break; case 11: t[a]='B'; break; case 12: t[a]='C'; break; case 13: t[a]='D'; break; case 14: t[a]='E'; break; case 15: t[a]='F'; break; default: break;

} switch (o[a]) { case 10: o[a]='A'; break; case 11: o[a]='B'; break; case 12: o[a]='C'; break; case 13: o[a]='D'; break; case 14: o[a]='E'; break; case 15: o[a]='F'; break; default: break; } }

function ran(a,c) { if ((Math.random()>2/3||c==0)&&c<255) { c++ d[a]=2; } else { if ((Math.random()<=1/2||c==255)&&c>0) { c-d[a]=1; } else d[a]=0; } return c } function do_it(a,c) { if ((d[a]==2&&c<255)||c==0) { c++ d[a]=2 }

else if ((d[a]==1&&c>0)||c==255) { c--; d[a]=1; } if (a==3) { if (d[1]==0&&d[2]==0&&d[3]==0) flag=1 } return c } function disco() { if (flag==0) { r=ran(1, r); g=ran(2, g); b=ran(3, b); hex(1,r) hex(2,g) hex(3,b) document.bgColor="#"+t[1]+o[1]+t[2]+o[2]+t[3]+o[3] flag=50

} else { r=do_it(1, r) g=do_it(2,g) b=do_it(3,b) hex(1,r) hex(2,g) hex(3,b) document.bgColor="#"+t[1]+o[1]+t[2]+o[2]+t[3]+o[3] flag-} if (document.all) setTimeout('disco()',50) } </script> <!--</head>--> <body onload="disco()"> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Six stars around mouse cursor <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<head>--> <!--</head>--> <!--<body>--> <SCRIPT language="JavaScript"> if (document.all){ colours=new Array('00ff00','ffff00','ff0000','ff00ff','0000ff','ee00ee','8470ff','FFBD08','DE2929') amount=colours.length; YgetDelay=0,XgetDelay=0,Ydelay=0,Xdelay=0,step=0.2,currStep=0,my=0,mx=0; document.write('<div id="ie" style="position:absolute;top:0;left:0;"><div style="position:relative">'); for (i=0; i < amount; i++) document.write('<div id="iestars" style="position:absolute;top:0px;left:0px;height:50px;width:50px;font-family:Courier New;fontsize:5px;color:'+colours[i]+';padding-top:20px;text-align:center">.</div>'); document.write('</div></div>'); ini=1; gstep=1; function iMouse(){ my=event.y;mx=event.x; } document.onmousemove=iMouse function dim(){ ini-=gstep; dt=setTimeout('dim()',10); if (ini < 3){ clearTimeout(dt); glow();

} } function glow(){ ini+=gstep; gt=setTimeout('glow()',100); if (ini > 15){ clearTimeout(gt); dim(); } } function stars(){ ie.style.top=document.body.scrollTop; for (i=0; i < amount; i++) { var layer=iestars[i].style; layer.filter='glow(color='+colours[i]+', strength='+ini+')'; layer.top= Ydelay+100*Math.sin((5*Math.sin((currStep15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10); layer.left=Xdelay+180*Math.cos((5*Math.sin((currStep15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10); } currStep+=step; } function delay(){ Ydelay = YgetDelay+=(my-YgetDelay)*1/20; Xdelay = XgetDelay+=(mx-XgetDelay)*1/20;

stars(); setTimeout('delay()',7); } delay(); glow(); } </SCRIPT> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Two lines around the mouse cursor <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<head>--> <!--</head>--> <!--<body>--> <!--<html>--> <!--<head>--> <style> #leftright, #topdown{position: absolute;left: 0;top: 0;width: 1px;height: 1px;layer-background-color: #FF0000;background-color: #FF0000;z-index: 100;font-size: 1px;} </style> <!--</head>--> <!--<body>-->

<div id="leftright" style="width:expression(document.body.clientWidth-2)"></div> <div id="topdown" style="height:expression(document.body.clientHeight-2)"></div> <script language="JavaScript"> if (document.all&&!window.print){ leftright.style.width=document.body.clientWidth-2 topdown.style.height=document.body.clientHeight-2 } else if (document.layers){ document.leftright.clip.width=window.innerWidth document.leftright.clip.height=1 document.topdown.clip.width=1 document.topdown.clip.height=window.innerHeight } function followmouse1(){ leftright.style.pixelTop=document.body.scrollTop+event.clientY+1 topdown.style.pixelTop=document.body.scrollTop if (event.clientX<document.body.clientWidth-2) topdown.style.pixelLeft=document.body.scrollLeft+event.clientX+1 else topdown.style.pixelLeft=document.body.clientWidth-2 } function followmouse2(e){ document.leftright.top=e.y+1 document.topdown.top=pageYOffset document.topdown.left=e.x+1

} if (document.all) document.onmousemove=followmouse1 else if (document.layers){ window.captureEvents(Event.MOUSEMOVE) window.onmousemove=followmouse2 } function regenerate(){ window.location.reload() } function regenerate2(){ setTimeout("window.onresize=regenerate",400) } if ((document.all&&!window.print)||document.layers) window.onload=regenerate2 </script> <!--</body>--> <!--</html>--> <!--</body>--> <!--</html>-->

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Beautiful text <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <!--</head>--> <!--<body>--> <SPAN id=js4irtext style="WIDTH: 100%; ">www.htmlfreecodes.com</SPAN> <SCRIPT language="javascript" link="www.htmlfreecodes.com"> var from = 4; var to = 12; var speed = 1; var textcolor = "#aabbdd"; var i = to; var j = 0;pd(); function pu(){ if (!document.all) return if (i < to){js4irtext.style.filter = "Glow(Color=" + textcolor + ", Strength=" + i + ")";i++;theTimeout = setTimeout('pu()',speed); return 0;} if (i = to){theTimeout = setTimeout('pd()',speed); return 0;}} function pd(){ if (!document.all) return if (i > from) {js4irtext.style.filter = "Glow(Color=" + textcolor + ", Strength=" + i + ")";i--;theTimeout = setTimeout('pd()',speed);

return 0;} if (i = from){theTimeout = setTimeout('pu()',speed); return 0;}} </SCRIPT> <!--</body>--> <!--</html>--> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Beautiful text too <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<!--<html>--> <!--<head>--> <style>#glowtext{filter:glow(color=#FFFF00,strength=3);width:100%;}</style> <!--</head>--> <!--<body>--> <span id="glowtext">www.htmlfreecodes.com</span> <script language="JavaScript" link="www.htmlfreecodes.com"> function glowit(which){ if (document.all.glowtext[which].filters[0].strength==3) document.all.glowtext[which].filters[0].strength=2; else document.all.glowtext[which].filters[0].strength=3; } function glowit2(which){

if (document.all.glowtext.filters[0].strength==3) document.all.glowtext.filters[0].strength=2; else document.all.glowtext.filters[0].strength=3; } function startglowing(){ if (document.all.glowtext&&glowtext.length){ for (i=0;i<glowtext.length;i++) eval('setInterval("glowit('+i+')",150)'); } else if (glowtext); setInterval("glowit2(0)",150); } if (document.all) window.onload=startglowing; </script> <!--</body>--> <!--</html>--> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Shadow text <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<html> <head>

<script type = "TEXT/JAVASCRIPT" LANGUAGE = "JAVASCRIPT"> function doShadow(newDiretction){ if (document.all && newDiretction < 360) { newDiretction += 10 document.all.dropText.style.filter="shadow(direction=" +

newDiretction + ")" setTimeout("doShadow(" + newDiretction + ")" , 100) } } </script>

<STYLE TYPE="TEXT/CSS"> #dropText {width: 500px; height: 100px; font-size: 36px; filter:

shadow(direction=90)} </STYLE> </head> <body> <DIV ID="dropText"> htmlfreecodes.com </DIV> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> </body> </html>

Check and uncheck all <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat--> <HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin var checkflag = "false"; function check(field) { if (checkflag == "false") { for (i = 0; i < field.length; i++) { field[i].checked = true;} checkflag = "true"; return "Uncheck All"; } else { for (i = 0; i < field.length; i++) { field[i].checked = false; } checkflag = "false"; return "Check All"; } } // End --> </script> </HEAD>

<!-- CONTINUE -->

<BODY>

<center> <form name=myform action="" method=post> <table> <tr><td> <b>Your Favorite Scripts & Languages</b><br> <input type=checkbox name=list value="1">Java<br> <input type=checkbox name=list value="2">JavaScript<br> <input type=checkbox name=list value="3">ASP<br> <br> <input type=button value="Check All" onClick="this.value=check(this.form.list)"> </td></tr> </table> </form> </center> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Choose your country <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin var africaArray = new Array("('Select country','',true,true)", "('Ethiopia')", "('Somalia')", "('South Africa')", "('Other')"); var middleeastArray = new Array("('Select country','',true,true)", "('Egypt')", "('Iran')", "('Israel')", "('Kuwait')", "('Lebanon')", "('Morocco')", "('Saudi Arabia')", "('Syria')", "('Turkey')", "('U. A. Emirates')", "('Other')"); var asiaArray = new Array("('Select country','',true,true)", "('Armenia')", "('Bangladesh')", "('Cambodia')", "('China')", "('India')", "('Indonesia')",

"('Iran')", "('Japan')", "('Malaysia')", "('Myanmar')", "('Nepal')", "('Pakistan')", "('Philippines')", "('Singapore')", "('South Korea')", "('Sri Lanka')", "('Taiwan')", "('Thailand')", "('Uzbekistan')", "('Vietnam')", "('Other')"); var europeArray = new Array("('Select country','',true,true)", "('Albania')", "('Austria')", "('Belarus')", "('Belgium')", "('Bosnia')", "('Bulgaria')", "('Croatia')", "('Cyprus')", "('Czech Rep.')",

"('Denmark')", "('Estonia')", "('Finland')", "('France')", "('Germany')", "('Greece')", "('Hungary')", "('Iceland')", "('Ireland')", "('Italy')", "('Latvia')", "('Liechtenstein')", "('Lithuania')", "('Luxembourg')", "('Macedonia')", "('Malta')", "('Monaco')", "('Netherlands')", "('Norway')", "('Poland')", "('Portugal')", "('Romania')", "('Russia')", "('Slovakia')", "('Slovenia')",

"('Spain')", "('Sweden')", "('Switzerland')", "('Ukraine')", "('United Kingdom')", "('Other')"); var australiaArray = new Array("('Select country','',true,true)", "('Australia')", "('New Zealand')", "('Other')"); var lamericaArray = new Array("('Select country','',true,true)", "('Costa Rica')", "('Cuba')", "('El Salvador')", "('Guatemala')", "('Haiti')", "('Jamaica')", "('Mexico')", "('Panama')", "('Other')"); var namericaArray = new Array("('Select country','',true,true)", "('Canada')", "('USA')", "('Other')"); var samericaArray = new Array("('Select country','',true,true)",

"('Argentina')", "('Bolivia')", "('Brazil')", "('Chile')", "('Colombia')", "('Ecuador')", "('Paraguay')", "('Peru')", "('Suriname')", "('Uruguay')", "('Venezuela')", "('Other')"); function populateCountry(inForm,selected) { var selectedArray = eval(selected + "Array"); while (selectedArray.length < inForm.country.options.length) { inForm.country.options[(inForm.country.options.length - 1)] = null; } for (var i=0; i < selectedArray.length; i++) { eval("inForm.country.options[i]=" + "new Option" + selectedArray[i]); } if (inForm.region.options[0].value == '') { inForm.region.options[0]= null; if ( navigator.appName == 'Netscape') { if (parseInt(navigator.appVersion) < 4) { window.history.go(0);

} else { if (navigator.platform == 'Win32' || navigator.platform == 'Win16') { window.history.go(0); } } } } } function populateUSstate(inForm,selected) { var stateArray = new Array("('Select State','',true,true)", "('Alabama')", "('Alaska')", "('Arizona')", "('Arkansas')", "('California')", "('Colorado')", "('Connecticut')", "('Delaware')", "('Columbia')", "('Florida')", "('Georgia')", "('Hawaii')", "('Idaho')", "('Illinois')",

"('Indiana')", "('Iowa')", "('Kansas')", "('Kentucky')", "('Louisiana')", "('Maine')", "('Maryland')", "('Massachusetts')", "('Michigan')", "('Minnesota')", "('Mississippi')", "('Missouri')", "('Montana')", "('Nebraska')", "('Nevada')", "('New Hampshire')", "('New Jersey')", "('New Mexico')", "('New York')", "('North Carolina')", "('North Dakota')", "('Ohio')", "('Oklahoma')", "('Oregon')", "('Pennsylvania')",

"('Rhode Island')", "('South Carolina')", "('South Dakota')", "('Tennessee')", "('Texas')", "('Utah')", "('Vermont')", "('Virginia')", "('Washington')", "('West Virginia')", "('Wisconsin')", "('Wyoming')"); if (selected == 'USA') { for (var i=0; i < stateArray.length; i++) { eval("inForm.country.options[i]=" + "new Option" + stateArray[i]); } if ( navigator.appName == 'Netscape') { if (parseInt(navigator.appVersion) < 4) { window.history.go(0) } else { if (navigator.platform == 'Win32' || navigator.platform == 'Win16') { window.history.go(0) } }

} } else { } if (selected == 'Other') { newCountry = ""; while (newCountry == ""){ newCountry=prompt ("Please enter the name of your country.", ""); } if (newCountry != null) { inForm.country.options[(inForm.country.options.length-1)]=new Option(newCountry,newCountry,true,true); inForm.country.options[inForm.country.options.length]=new Option('Other, not listed','Other'); } } if(inForm.country.options[0].text == 'Select country') { inForm.country.options[0]= null; } } // End --> </script>

<!-- CCONTINUE -->

<BODY>

<center> <form name="globe"> <select name="region" onChange="populateCountry(document.globe,document.globe.region.options[document.globe.region.s electedIndex].value)"> <option selected value=''>Select Region</option> <option value='asia'>Asia</option> <option value='africa'>Africa</option> <option value='australia'>Australia</option> <option value='europe'>Europe</option> <option value='middleeast'>Middle East</option> <option value='lamerica'>Latin America</option> <option value='namerica'>North America</option> <option value='samerica'>South America</option> </select> <select name="country" onChange="populateUSstate(document.globe,document.globe.country.options[document.globe.countr y.selectedIndex].text)"> <option value=''><--------------------</option> </select> </form> </center> <br /> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font> Page description <!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<meta name="description" content="www.htmlfreecodes.com"> <font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="fontsize: 8pt; text-decoration: none">HTML Free Code</span></a></font>

Das könnte Ihnen auch gefallen