Jump to content

Recommended Posts

Posted

Pentru a avea un ceas functional in jurul cursorului dumneavoastra nu trebuie decat sa copiati codul de mai jos pe site-ul dumneavoastra.

<script language=JavaScript>

dCol='#FF0000';//date colour.

fCol='#0000FF';//face colour.

sCol='#FFFF00';//seconds colour.

mCol='#FF0000';//minutes colour.

hCol='#00FF00';//hours colour.

ClockHeight=50;

ClockWidth=50;

ClockFromMouseY=0;

ClockFromMouseX=100;

//PC TROUBLESHOOTING CURSOR CLOCK SCRIPT (http://www.pctroubleshooting.ro)

//Alter nothing below! Alignments will be lost!

days=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");

m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");

date=new Date();

day=date.getDate();

year=date.getYear();

if (year < 2000) year=year+1900;

TodaysDate=" "+days[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;

D=TodaysDate.split('');

clockH='...';

clockH=clockH.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;

clkspeed=0.6;

ns=(document.layers);

ie=!ns;

Face=Face.split(' ');

faceLength=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/faceLength;

Dsplit=360/D.length;

HandHeight=ClockHeight/4.5

HandWidth=ClockWidth/4.5

HandY=-7;

HandX=-2.5;

scrll=0;

if (ie && !(document.all)){

?

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

  • 4 weeks later...

  • 3 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.