Jump to content

Cursor Cu Ceas Javascript


gaby

Recommended Posts

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

Link to comment
Share on other sites

  • 4 weeks later...

  • 3 months later...

acest script nu este generat sa il pui pe site-uri sau forumuri deoarece este putin enervant, el este mai mult pentru a face o pagina sau ceva mai draguta, dar nu pentru afisarea lui pe tot site-ul.

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.