GURURUM5
Would you like to react to this message? Create an account in a few clicks or log in to continue.

JAVA SCRİPT ÖRNEK KODLAR

Aşağa gitmek

JAVA SCRİPT ÖRNEK KODLAR Empty JAVA SCRİPT ÖRNEK KODLAR

Mesaj tarafından Admin C.tesi Ocak 10, 2009 7:30 pm

SAĞ TIKLAMA KİLİDİ

Aşağdaki Kodu ...tagları arasına yerleştirin.
Böylece sağ tıklamayı önlemiş olursunuz. Bu script uyarı vermemektedir.
Kod:



Fareyi Takip Eden Saat ve Tarih

Aşağıdaki kodları ...tagları arasına yapıştırın

Kod:

 
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("PAZAR","PAZARTESI","SALI","CARSAMBA","PERSEMBE","CUMA","CUMARTESI");
 
m=new Array("OCAK","SUBAT","MART","NISAN","MAYIS","HAZIRAN","TEMMUZ","AGUSTOS","EYLUL","EKIM","KASIM","ARALIK");
 
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=+font+][color=+fCol+][b]";
 
props2="[font=+font+][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(''+props2+D[i]+'[/color][/font]');
 
for (i=0; i < n; i++)
 
document.write(''+props+Face[i]+'[/color][/font]');
 
for (i=0; i < S.length; i++)
 
document.write('[font=Arial][size=12][color=+sCol+][b]'+S[i]+'[/b][/color][/size][/font]');
 
for (i=0; i < M.length; i++)
 
document.write('[font=Arial][size=12][color=+mCol+][b]'+M[i]+'[/b][/color][/size][/font]');
 
for (i=0; i < H.length; i++)
 
document.write('[font=Arial][size=12][color=+hCol+][b]'+H[i]+'[/b][/color][/size][/font]');
 
}
 
if (ie){
 
document.write('');
 
for (i=0; i < D.length; i++)
 
document.write('[center]'+props2+D[i]+'[/b]</font>[/center]
');
 
document.write('

');
 
document.write('');
 
for (i=0; i < n; i++)
 
document.write('[center]'+props+Face[i]+'[/b]</font>[/center]
');
 
document.write('

');
 
document.write('');
 
for (i=0; i < H.length; i++)
 
document.write('[center][color='+hCol+'][font=Arial][b]'+H[i]+'[/b][/font][/color][/center]
');
 
document.write('

');
 
document.write('');
 
for (i=0; i < M.length; i++)
 
document.write('[center][color='+mCol+'][font=Arial][b]'+M[i]+'[/b][/font][/color][/center]
');
 
document.write('

')
 
document.write('');
 
for (i=0; i < S.length; i++)
 
document.write('[center][color='+sCol+'][font=Arial][b]'+S[i]+'[/b][/font][/color][/center]
');
 
document.write('

')
 
}
 
(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*****ollTop;
 
Of.style.top=window.document.body*****ollTop;
 
Oh.style.top=window.document.body*****ollTop;
 
Om.style.top=window.document.body*****ollTop;
 
Os.style.top=window.document.body*****ollTop;
 
}
 
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;
 


Gardient Color


Kod:









[table width="100%" border="0" cellpadding="0" cellspacing="0"][tr][td style="" valign="top" height="5"]
[/td][/tr][/table]


Matrix 1


Kod:







.matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:left; width:10px; padding:0px; margin:0px;}









PUT THE WORDS HERE



Matrix 2


Kod:

if (document.all){
Cols=15;
Cl=24; //Peşpeşe geliş mesafeleri!
Cs=50; //Sayfaya enine yayılış mesafeleri!
Ts=15; //Rakamların byklkleri!
Tc='#008800';//Renk
Tc1='#00ff00';//Renk1
MnS=22; //Akış hızları!
MxS=25; //Akış hızları!
I=Cs;
Sp=new Array();S=new Array();Y=new Array(5,6);
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1,7,9,3,2);
document.write("");
document.write("");
for(i=0; i < Cols; i++){
S[i]=I+=Cs;
document.write("[color="+Tc+"][/color]
");
}
document.write("

");
 
for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B[i]='';
C[i]=Math.round(Math.random()*1)+' ';
M[j]=B[0]+=C[i];
}
}
function Cycle(){
Container.style.top=window.document.body*****ollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E[i] = '[color=+Tc1+]'+Tcc[r]+'[/color]';
Y[i]+=Sp[i];
 
if (Y[i] > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]='';
C[i3]=Math.round(Math.random()*1)+' ';
C[Math.floor(Math.random()*i2)]=' '+' ';
M[i]=B[0]+=C[i3];
Y[i]=-Ts*M[i].length/1.5;
A[i].style.visibility='visible';
}
Sp[i]=Math.round(MnS+Math.random()*MxS);
}
}
A[i].style.top=Y[i];
A[i].innerHTML=M[i]+' '+E[i]+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}

 
           




Düğmeler



Kod:



function goToURL() { window.location = "[url=http://www.extracity.tk/]http://www.extracity.tk[/url]"; }
function goToURL() { window.location = "[url=http://www.extracity.com.tr.tc/]http://www.extracity.com.tr.tc/[/url]"; }
function goToURL() { window.location = "[url=http://extracity.125mb.com/]http://extracity.125mb.com/[/url]"; }








Admin
Admin
ADMİN
ADMİN

Kadın
Mesaj Sayısı : 657
Yaş : 51
Nerden : izmir
İş/Hobiler : EV HANIMI
Ülke : JAVA SCRİPT ÖRNEK KODLAR U21010
İsim : DİLEK
Eğitim : İlkokul
Ruh Halim : JAVA SCRİPT ÖRNEK KODLAR Huysuz10
Dikkat : <marquee><font color=\"red\"><strong>Dikkat: GuRuRuM5 FoRuM BaĞıMLILIK YaPaBiLiR...!! Smile</strong></font> </marquee>
İfadeniz : JAVA SCRİPT ÖRNEK KODLAR Mir19
Uyarı Çubuğu :
JAVA SCRİPT ÖRNEK KODLAR Left_bar_bleue0 / 1000 / 100JAVA SCRİPT ÖRNEK KODLAR Right_bar_bleue

Takım : JAVA SCRİPT ÖRNEK KODLAR Fenerb10
Kayıt tarihi : 12/12/08

http://gururum5.eniyiforum.net

Sayfa başına dön Aşağa gitmek

JAVA SCRİPT ÖRNEK KODLAR Empty Geri: JAVA SCRİPT ÖRNEK KODLAR

Mesaj tarafından Admin C.tesi Ocak 10, 2009 7:32 pm

MARGUEE

Kod:
<SCRIPT LANGUAGE="JavaScript">
<!--
 
var msg = "< -- Yazinizi buraya ekleyin -- >"
var delay = 50
var startPos = 100
 
 
var timerID = null
var timerRunning = false
var pos = 0
StartScrolling()
 
function StartScrolling(){
   StopTheClock()
 
   for (var i = 0; i < startPos; i++) msg = " " + msg
 
   DoTheScroll()
}
 
function StopTheClock(){
   if(timerRunning)
      clearTimeout(timerID)
   timerRunning = false
}
 
function DoTheScroll(){
   if (pos < msg.length)
      self.status = msg.substring(pos, msg.length);
   else
      pos=-1;
   ++pos
   timerRunning = true
   timerID = self.setTimeout("DoTheScroll()", delay)
}
//-->
</SCRIPT>
Admin
Admin
ADMİN
ADMİN

Kadın
Mesaj Sayısı : 657
Yaş : 51
Nerden : izmir
İş/Hobiler : EV HANIMI
Ülke : JAVA SCRİPT ÖRNEK KODLAR U21010
İsim : DİLEK
Eğitim : İlkokul
Ruh Halim : JAVA SCRİPT ÖRNEK KODLAR Huysuz10
Dikkat : <marquee><font color=\"red\"><strong>Dikkat: GuRuRuM5 FoRuM BaĞıMLILIK YaPaBiLiR...!! Smile</strong></font> </marquee>
İfadeniz : JAVA SCRİPT ÖRNEK KODLAR Mir19
Uyarı Çubuğu :
JAVA SCRİPT ÖRNEK KODLAR Left_bar_bleue0 / 1000 / 100JAVA SCRİPT ÖRNEK KODLAR Right_bar_bleue

Takım : JAVA SCRİPT ÖRNEK KODLAR Fenerb10
Kayıt tarihi : 12/12/08

http://gururum5.eniyiforum.net

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz