Homepage Script Bankasi

Son güncelleme: 13.04.2010 13:37
  • Renkli gölgeli yazinin scripti



    <div align="center"><table style="filter:glow (color=red strength=2)"><b>TEST</b></table></div>
#24.09.2004 17:40 0 0 0
  • Mausu takip eden saat ve tarih scripti<SCRIPT language=JavaScript>
    dCol='000000';//date colour.
    fCol='000000';//face colour.
    sCol='000000';//seconds colour.
    mCol='000000';//minutes colour.
    hCol='000000';//hours colour.
    ClockHeight=60;
    ClockWidth=60;
    ClockFromMouseY=0;
    ClockFromMouseX=120;

    //Alter nothing below! Alignments will be lost!

    d=new Array("PAZAR","PAZARTESY","SALI","ÇAR?AMBA","PER?EMBE","CUMA","CUMARTESY");
    m=new Array("OCAK","?UBAT","MART","NYSAN","MAYIS","HAZYRAN","TEMMUZ","AGUSTOS","EYLÜL","EKYM","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='Tahoma';
    size=1.5;
    speed=0.8;
    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/6.5
    HandWidth=ClockWidth/6.5
    HandY=-7;
    HandX=-2.5;
    scrll=0;
    step=0.01;
    currStep=0;
    y=new Array();x=new Array();Y=new Array();X=new Array();
    for (i=0; i < n; i++){y=0;x=0;Y=0;X=0}
    Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
    for (i=0; i < D.length; i++){Dy=0;Dx=0;DY=0;DX=0}
    if (ns){
    for (i=0; i < D.length; i++)
    document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+[/swf1][swf2]+a+'><center>'+props2+D+'</font></center></layer>');
    for (i=0; i < n; i++)
    document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+[/swf1][swf2]+a+'><center>'+props+Face+'</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+'</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+'</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+'</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+';text-align:center">'+props2+D+'</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+';text-align:center">'+props+Face+'</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;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H+'</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;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M+'</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;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S+'</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.style;
    F.top=y + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
    F.left=x + 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.style;
    HL.top=y+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
    HL.left=x+HandX+(i*HandWidth)*Math.cos(hrs);
    }
    for (i=0; i < M.length; i++){
    var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes.style;
    ML.top=y+HandY+(i*HandHeight)*Math.sin(min)+scrll;
    ML.left=x+HandX+(i*HandWidth)*Math.cos(min);
    }
    for (i=0; i < S.length; i++){
    var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds.style;
    SL.top=y+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
    SL.left=x+HandX+(i*HandWidth)*Math.cos(sec);
    }
    for (i=0; i < D.length; i++){
    var DL=(ns)?document.layers['nsDate'+i]:ieDate.style;
    DL.top=Dy + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
    DL.left=Dx + 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=Math.round(DY+=(Dy[i-1]-DY)*speed);
    Dx=Math.round(DX+=(Dx[i-1]-DX)*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=Math.round(Y+=(y[i-1]-Y)*speed);
    x=Math.round(X+=(x[i-1]-X)*speed);
    }
    ClockAndAssign();
    setTimeout('Delay()',20);
    }
    if (ns||ie)window.onload=Delay;
    </SCRIPT>
#24.09.2004 17:49 0 0 0
  • Yine güzel renkli bir mausu takip eden saat scripti
    <SCRIPT LANGUAGE="JavaScript1.2">

    /*
    Analog Clock III- Kurt Grigg (kurt.grigg@virgin.net)
    For full source code, 100's more DHTML scripts, and TOS,
    visit http://www.dynamicdrive.com
    */

    colors = new Array('330099','00ff00','ff00ff'); //Clock face colors.
    sCol = 'ff00ff'; //seconds colour.
    mCol = '00ff00'; //minutes colour.
    hCol = 'red'; //hours colour.
    //Alter nothing below!
    H = '***';
    H = H.split('');
    H = H.reverse();
    M = '****';
    M = M.split('');
    M = M.reverse();
    S = '*****';
    S = S.split('');
    S = S.reverse();
    dots = 12;
    var Ypos = 0,Xpos = 0,Ybase = 0,Xbase = 0;
    var ay = 0, ax = 0, Ay = 0, Ax = 0, by = 0, bx = 0, By = 0, Bx = 0, cy
    = 0, cx = 0, Cy = 0, Cx = 0, dy = 0, dx = 0, Dy = 0, Dx = 0;
    count = 0;
    count_a = 0;
    move = 1;
    ie4=document.all
    ns = (document.layers)?1:0;

    viz = (document.layers)?'hide':'hidden';
    if (ns) {
    for (i = 0; i < dots; i++)
    document.write('<layer name=nface'+i+' top=0 left=0 bgcolor=#000099 clip="0,0,3,3"></layer>');
    for (i = 0; i < S.length; i++)
    document.write('<layer name=nx'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+sCol+'><center>'+S+'</center></font></layer>');
    for (i = 0; i < M.length; i++)
    document.write('<layer name=ny'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+mCol+'><center>'+M+'</center></font></layer>');
    for (i = 0; i < H.length; i++)
    document.write('<layer name=nz'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+hCol+'><center>'+H+'</center></font></layer>');
    }
    else if (ie4){
    document.write('<div id="W" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i = 0; i < dots; i++) {
    document.write('<div id="face" style="position:absolute;top:0px;left:0px;width:3px;height:3px;font-size:3px;background:#000099"></div>');
    }
    document.write('</div></div>');
    document.write('<div id="X" 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:36px;height:36px;font-family:Verdana;font-size:12px;color:'+sCol+';text-align:center;padding-top:10px">'+S+'</div>');
    }
    document.write('</div></div>')
    document.write('<div id="Y" 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:36px;height:36px;font-family:Verdana;font-size:12px;color:'+mCol+';text-align:center;padding-top:10px">'+M+'</div>');
    }
    document.write('</div></div>')
    document.write('<div id="Z" 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:36px;height:36px;font-family:Verdana;font-size:12px;color:'+hCol+';text-align:center;padding-top:10px">'+H+'</div>');
    }
    document.write('</div></div>');
    }
    if (ns) {
    window.captureEvents(Event.MOUSEMOVE);
    function nsMouse(evnt) {
    Ypos = evnt.pageY + 100;
    Xpos = evnt.pageX + 100;
    }
    window.onMouseMove = nsMouse;
    }
    else if (ie4){
    function ieMouse() {
    Ypos = event.y + 100;
    Xpos = event.x + 100;
    }
    document.onmousemove = ieMouse;
    }
    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.575 + Math.PI * hr / 6 + Math.PI * parseInt(time.getMinutes())
    / 360;
    Ybase = 15;
    Xbase = 15;

    if (ns) {
    document.layers["nx"+0].visibility = viz;
    document.layers["ny"+0].visibility = viz;
    document.layers["nz"+0].visibility = viz;
    for (i = 0; i < S.length; i++) {
    document.layers["nx"+i].top = ay - 12 + (i * Ybase) * Math.sin(sec);
    document.layers["nx"+i].left = ax - 12 + (i * Xbase) * Math.cos(sec);
    }
    for (i = 0; i < M.length; i++) {
    document.layers["ny"+i].top = by - 12 + (i * Ybase) * Math.sin(min);
    document.layers["ny"+i].left = bx - 12 + (i * Xbase) * Math.cos(min);
    }
    for (i = 0; i < H.length; i++) {
    document.layers["nz"+i].top = cy - 12 + (i * Ybase) * Math.sin(hrs);
    document.layers["nz"+i].left = cx - 12 + (i * Xbase) * Math.cos(hrs);
    }
    for (i = 0; i < dots; ++i) {
    document.layers["nface"+i].top = dy - 2 + (70 *
    Math.sin(-0.49+dots+i/1.9));
    document.layers["nface"+i].left = dx + 4 + (70 *
    Math.cos(-0.49+dots+i/1.9));
    }
    }
    else if (ie4) {
    var scrll = document.body.scrollTop;
    W.style.pixelTop = scrll;
    X.style.pixelTop = scrll;
    Y.style.pixelTop = scrll;
    Z.style.pixelTop = scrll;
    x[0].style.visibility=viz;
    y[0].style.visibility = viz;
    z[0].style.visibility = viz;
    for (i = 0; i < S.length; i++) {
    x.style.pixelTop = ay - 12 + (i * Ybase) * Math.sin(sec);
    x.style.pixelLeft = ax - 12 + (i * Xbase) * Math.cos(sec);
    }
    for (i = 0; i < M.length; i++) {
    y.style.pixelTop = by - 12 + (i * Ybase) * Math.sin(min);
    y.style.pixelLeft = bx - 12 + (i * Xbase) * Math.cos(min);
    }
    for (i = 0; i < H.length; i++) {
    z.style.pixelTop = cy - 12 + (i * Ybase) * Math.sin(hrs);
    z.style.pixelLeft = cx - 12 + (i * Xbase) * Math.cos(hrs);
    }
    for (i = 0; i < dots; ++i) {
    face.style.pixelTop = dy + 6 + (70 * Math.sin(-0.49 + dots + i /
    1.9));
    face.style.pixelLeft = dx + 4 + (70 * Math.cos(-0.49 + dots + i /
    1.9));
    }
    }
    }
    function MouseFollow() {
    ay = Math.round(Ay += ((Ypos) - Ay) * 4 / 15);
    ax = Math.round(Ax += ((Xpos) - Ax) * 4 / 15);
    by = Math.round(By += (ay - By) * 4 / 15);
    bx = Math.round(Bx += (ax - Bx) * 4 / 15);
    cy = Math.round(Cy += (by - Cy) * 4 / 15);
    cx = Math.round(Cx += (bx - Cx) * 4 / 15);
    dy = Math.round(Dy += (cy - Dy) * 4 / 15);
    dx = Math.round(Dx += (cx - Dx) * 4 / 15);
    clock();
    setTimeout('MouseFollow()',10);
    }

    function StartAll() {
    MouseFollow();
    }
    if (document.layers || document.all) window.onload = StartAll;
    // End -->
    </script>
#24.09.2004 17:51 0 0 0
  • Almanca saat ve tarih scripti

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

    //Alter nothing below! Alignments will be lost!

    d=new
    Array("SONNTAG","MONTAG","DIENSTAG","MITTWOCH","DONNERSTAG","FREITAG","SAMSTAG");
    //Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");
    m=new
    Array("JANUAR","FEBRUAR","MAERZ","APRIL","MAI","JUNI","JULI","AUGUST","SEPTEMBER","OKTOBER","NOVEMBER","DEZEMBER");
    //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=" "+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=0;x=0;Y=0;X=0}
    Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
    for (i=0; i < D.length; i++){Dy=0;Dx=0;DY=0;DX=0}
    if (ns){
    for (i=0; i < D.length; i++)
    document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+[/swf1][swf2]+a+'><center>'+props2+D+'</font></center></layer>');
    for (i=0; i < n; i++)
    document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+[/swf1][swf2]+a+'><center>'+props+Face+'</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+'</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+'</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+'</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+';text-align:center">'+props2+D+'</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+';text-align:center">'+props+Face+'</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;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H+'</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;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M+'</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;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S+'</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.style;
    F.top=y + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
    F.left=x + 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.style;
    HL.top=y+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
    HL.left=x+HandX+(i*HandWidth)*Math.cos(hrs);
    }
    for (i=0; i < M.length; i++){
    var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes.style;
    ML.top=y+HandY+(i*HandHeight)*Math.sin(min)+scrll;
    ML.left=x+HandX+(i*HandWidth)*Math.cos(min);
    }
    for (i=0; i < S.length; i++){
    var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds.style;
    SL.top=y+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
    SL.left=x+HandX+(i*HandWidth)*Math.cos(sec);
    }
    for (i=0; i < D.length; i++){
    var DL=(ns)?document.layers['nsDate'+i]:ieDate.style;
    DL.top=Dy + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
    DL.left=Dx + 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=Math.round(DY+=(Dy[i-1]-DY)*speed);
    Dx=Math.round(DX+=(Dx[i-1]-DX)*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=Math.round(Y+=(y[i-1]-Y)*speed);
    x=Math.round(X+=(x[i-1]-X)*speed);
    }
    ClockAndAssign();
    setTimeout('Delay()',20);
    }
    if (ns||ie)window.onload=Delay;
    </SCRIPT>
#24.09.2004 17:52 0 0 0
  • Sabit bir analog saat scripti

    <script language="JavaScript">
    <!--
    fCol='000000';
    sCol='ff0000';
    mCol='000000';
    hCol='000000';
    H='....';
    H=H.split('');
    M='.....';
    M=M.split('');
    S='......';
    S=S.split('');
    Ypos=0;
    Xpos=0;
    Ybase=8;
    Xbase=8;
    dots=12;
    ns=(document.layers)?1:0;
    if (ns){
    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,Verdana size=1 color='+fCol+'>'+dgts+'</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>');
    }
    }
    else{
    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,Verdana;font-size: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;font-size:2px;background:'+mCol+'"></div>');
    }
    document.write('</div></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;font-size: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;font-size: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 (ns){
    Ypos=(window.innerHeight-745)/2+600;
    Xpos=(window.pageXOffset+window.innerWidth)/2+423;
    }
    else{
    Ypos=(window.document.body.clientHeight-745)/2+600;
    Xpos=(window.document.body.clientWidth)/2+423;
    // Ypos=(window.document.body.clientHeight-745)/2+600;
    // Xpos=(window.document.body.clientWidth-1000)/2+930;
    }
    if (ns){
    for (i=0; i < dots; ++i){
    document.layers["nsDigits"+i].top=Ypos-5+40*Math.sin(-0.49+dots+i/1.9);
    document.layers["nsDigits"+i].left=Xpos-15+40*Math.cos(-0.49+dots+i/1.9);
    }
    for (i=0; i < S.length; i++){
    document.layers["nx"+i].top=Ypos+i*Ybase*Math.sin(sec);
    document.layers["nx"+i].left=Xpos+i*Xbase*Math.cos(sec);
    }
    for (i=0; i < M.length; i++){
    document.layers["ny"+i].top=Ypos+i*Ybase*Math.sin(min);
    document.layers["ny"+i].left=Xpos+i*Xbase*Math.cos(min);
    }
    for (i=0; i < H.length; i++){
    document.layers["nz"+i].top=Ypos+i*Ybase*Math.sin(hrs);
    document.layers["nz"+i].left=Xpos+i*Xbase*Math.cos(hrs);
    }
    }
    else{
    for (i=0; i < dots; ++i){
    ieDigits.style.pixelTop=Ypos-15+40*Math.sin(-0.49+dots+i/1.9);
    ieDigits.style.pixelLeft=Xpos-14+40*Math.cos(-0.49+dots+i/1.9);
    }
    for (i=0; i < S.length; i++){
    x.style.pixelTop =Ypos+i*Ybase*Math.sin(sec);
    x.style.pixelLeft=Xpos+i*Xbase*Math.cos(sec);
    }
    for (i=0; i < M.length; i++){
    y.style.pixelTop =Ypos+i*Ybase*Math.sin(min);
    y.style.pixelLeft=Xpos+i*Xbase*Math.cos(min);
    }
    for (i=0; i < H.length; i++){
    z.style.pixelTop =Ypos+i*Ybase*Math.sin(hrs);
    z.style.pixelLeft=Xpos+i*Xbase*Math.cos(hrs);
    }
    }
    setTimeout('clock()',50);
    }
    if (document.layers || document.all) window.onload=clock;
    //-->
    </script>
#24.09.2004 17:53 0 0 0
  • Mausunuzu takip eden süper bir gökkusagi scripti
    <script>
    /*********************** WURM-Skript Anfang *****************************/
    /*** WWW.WerIstFelix.de *** Felix@Antifas.de ***/
    var anzahl = 50; // Die Wirkung am besten einfach durch testen ausprobieren :-)
    var groesse = 15; // Ist so aber schon ziemlich optimiert auf Darstellung
    var abstand1 = 8; // Läuft auf meinem K6/2 500'er recht flüssig
    var radius = 15; //radius der dreienn...
    function erzeuge() //erzeugt die ausrichtbaren Grafiken
    {
    var a=1;
    var text="";
    document.body.innerHTML += "<span id='AAA' class='wurm'></span>";
    while(a<=anzahl)
    {
    text +="<span id='wurmX"+a+"' style='{position:absolute; top:"+(-groesse)+"px; left:"+(-groesse)+"px; margin:0;}' class='wurm"+a+"'></span>";
    text +="<span id='wurma"+a+"' style='{position:absolute; top:"+(-groesse)+"px; left:"+(-groesse)+"px; background-color:#FF0000; margin:0; height: "+groesse+"px; width: "+groesse+"px; filter:Alpha(style=2, opacity=50, finishopacity=0);}' class='wurm"+a+"'></span>";
    text +="<span id='wurmb"+a+"' style='{position:absolute; top:"+(-groesse)+"px; left:"+(-groesse)+"px; background-color:#00FF00; margin:0; height: "+groesse+"px; width: "+groesse+"px; filter:Alpha(style=2, opacity=50, finishopacity=0);}' class='wurm"+a+"'></span>";
    text +="<span id='wurmc"+a+"' style='{position:absolute; top:"+(-groesse)+"px; left:"+(-groesse)+"px; background-color:#0000FF; margin:0; height: "+groesse+"px; width: "+groesse+"px; filter:Alpha(style=2, opacity=50, finishopacity=0);}' class='wurm"+a+"'></span>";
    a++;
    }
    document.all["AAA"].innerHTML = text;
    laufen();
    }
    document.onload = setTimeout("erzeuge()",500);
    var x=-groesse,y=-groesse; //linke obere Ecke außerhalb des Bildschirmes
    function erfasse() //erfasst die Mauskordinaten
    {
    x = window.event.x + document.body.scrollLeft - groesse/2;
    y = window.event.y + document.body.scrollTop - groesse/2;
    }
    document.onmousemove = erfasse;
    var X=0,Y=0,winkel=0;
    function neue_koordinaten(x1,y1) //richtet die letzte Grafik ganz nach vorne
    {
    X = abstand1 * Math.sin(Math.atan2(y-y1,x-x1));
    Y = abstand1 * Math.sin(Math.atan2(x-x1,y-y1));
    winkel = Math.atan2(x-x1,y-y1);
    status = Math.round(winkel/Math.PI/2*360)
    }
    var b=anzahl-1;
    var c=anzahl;
    var d=anzahl-Math.ceil(anzahl/32*23);
    var j=0;
    function laufen() // diese Funktion sorgt dafür, dass es kontinuierlich funktioniert
    {
    neue_koordinaten(document.all["wurmX"+d].style.pixelLeft,document.all["wurmX"+d].style.pixelTop);
    document.all["wurma"+b].style.pixelTop = document.all["wurmX"+c].style.pixelTop + X + Math.sin(j)*radius*Math.sin(winkel);
    document.all["wurmb"+b].style.pixelTop = document.all["wurmX"+c].style.pixelTop + X + Math.sin(j + Math.PI/3*2)*radius*Math.sin(winkel);
    document.all["wurmc"+b].style.pixelTop = document.all["wurmX"+c].style.pixelTop + X + Math.sin(j + Math.PI/3*4)*radius*Math.sin(winkel);
    document.all["wurmX"+b].style.pixelTop = document.all["wurmX"+c].style.pixelTop + X;

    neue_koordinaten(document.all["wurmX"+d].style.pixelLeft,document.all["wurmX"+d].style.pixelTop);
    document.all["wurma"+b].style.pixelLeft =document.all["wurmX"+c].style.pixelLeft + Y +Math.cos(j)*radius*Math.cos(winkel);
    document.all["wurmb"+b].style.pixelLeft =document.all["wurmX"+c].style.pixelLeft + Y +Math.cos(j + Math.PI/3*2)*radius*Math.cos(winkel);
    document.all["wurmc"+b].style.pixelLeft =document.all["wurmX"+c].style.pixelLeft + Y +Math.cos(j + Math.PI/3*4)*radius*Math.cos(winkel);
    document.all["wurmX"+b].style.pixelLeft =document.all["wurmX"+c].style.pixelLeft + Y;

    j+=0.4;
    b--; if(b<=0) b=anzahl;
    c--; if(c<=0) c=anzahl;
    d--; if(d<=0) d=anzahl;
    setTimeout("laufen()",10);
    }
    /*********************** WURM-Skript Ende *******************************/
    </script>
#24.09.2004 17:56 0 0 0
  • Sagol usta
#24.09.2004 17:57 0 0 0
  • Türkce bir tarih scripti<script
    language="JavaScript" style="bodycolor=#FFFFFF"><!--
    var now = new Date(); var yr = now.getYear(); var mName = now.getMonth() + 1; var dName = now.getDay() + 1;
    var yr_str = " 19"; // yil 2000 iken, 19 sayisinin çikmamasini saglayacak string
    var dayNr = ((now.getDate()<10) ? "" : "")+ now.getDate(); if(dName==1) Day = "Pazar"; if(dName==2) Day = "Pazartesi"; if(dName==3) Day = "Sali"; if(dName==4) Day = "Çarsamba"; if(dName==5) Day = "Persembe"; if(dName==6) Day = "Cuma"; if(dName==7) Day = "Cumartesi"; if(mName==1) Month="Ocak"; if(mName==2) Month="Subat"; if(mName==3) Month="Mart";
    if(mName==4) Month="Nisan"; if(mName==5) Month="Mayis"; if(mName==6) Month="Haziran"; if(mName==7) Month="Temmuz"; if(mName==8) Month="Agustos"; if(mName==9) Month="Eylül";
    if(mName==10) Month="Ekim"; if(mName==11) Month="Kasim"; if(mName==12) Month="Aralik";
    if ( yr > 99 )
    {
    yr_str =" ";
    if ( yr < 2000 ) yr += 1900;
    }
    var todaysDate =(" " + dayNr + " " + Month + yr_str + yr + "" + ", " + Day + ""); document.open(); document.write("<FONT face=arial SIZE=1 color=white>"+todaysDate+"</FONT>");
    // --></script>
#24.09.2004 18:06 0 0 0
  • DANS EDEN LINKLER


    <html>
    <head>

    <title></title>

    </head>
    <body>


    <script type="text/javascript">


    var Gimmick1 = new GimmickErdbeben("T1", "Gimmick1")
    var Gimmick2 = new GimmickSpirale("T2", "Gimmick2")
    var Gimmick3 = new GimmickErdbeben("T3", "Gimmick3")
    var Gimmick4 = new GimmickSpirale("T4", "Gimmick4")

    function GimmickDummyStart()
    {
    return
    }

    function GimmickErdbeben()
    {
    this.start = GimmickDummyStart
    }

    function GimmickSpirale()
    {
    this.start = GimmickDummyStart
    }

    function GimmickErdbebenStart()
    {
    if (this.running) return
    this.running = true
    this.counter = 0
    if (document[this.id])
    {
    this.pos = parseInt(document[this.id].top)
    setTimeout(this.name + ".end()", this.duration_effect)
    }
    else
    {
    this.pos = parseInt(window[this.id].style.posTop)
    setTimeout(this.name + ".end()", this.duration_effect)
    }
    }

    function GimmickErdbebenEnde(akt_pos)
    {
    var welle = this.hoehe * Math.sin(Math.PI * this.increment * this.counter) * ((this.max_counter - this.counter) / this.max_counter)
    if (document[this.id])
    document[this.id].top = this.pos + welle
    else
    window[this.id].style.posTop = this.pos + welle
    this.counter++
    if (this.counter == this.max_counter)
    {
    if (document[this.id])
    document[this.id].top = this.pos
    else
    window[this.id].style.posTop = this.pos
    setTimeout(this.name + ".running = false", this.duration_wait)
    }
    else
    setTimeout(this.name + ".end()", this.duration_effect)
    }

    function GimmickErdbeben(id, name)
    {
    this.hoehe = 30
    this.duration_effect = 5
    this.duration_wait = 1000
    this.running = false
    this.id = id
    this.name = name
    this.increment = .1
    this.pos = 0
    this.counter = 0
    this.max_counter = 150
    this.start = GimmickErdbebenStart
    this.end = GimmickErdbebenEnde
    }

    function GimmickSpiraleStart()
    {
    if(this.running) return
    this.running = true
    this.counter = 0
    if (document[this.id])
    {
    this.pos_x = parseInt(document[this.id].left)
    this.pos_y = parseInt(document[this.id].top)
    setTimeout(this.name + ".end()", this.duration_effect)
    }
    else
    {
    this.pos_x = parseInt(window[this.id].style.posLeft)
    this.pos_y = parseInt(window[this.id].style.posTop)
    setTimeout(this.name + ".end()", this.duration_effect)
    }
    }

    function GimmickSpiraleEnde(akt_pos)
    {
    var r_x = this.radius * Math.sin(Math.PI * this.increment * this.counter) * Math.sin(Math.PI * this.counter / this.max_counter)
    var r_y = this.radius * Math.cos(Math.PI * this.increment * this.counter) * Math.sin(Math.PI * this.counter / this.max_counter)
    if (document[this.id])
    {
    document[this.id].left = this.pos_x + r_x
    document[this.id].top = this.pos_y + r_y
    }
    else
    {
    window[this.id].style.posLeft = this.pos_x + r_x
    window[this.id].style.posTop = this.pos_y + r_y
    }
    this.counter++
    if (this.counter == this.max_counter)
    {
    if (document[this.id])
    {
    document[this.id].left = this.pos_x
    document[this.id].top = this.pos_y
    }
    else
    {
    window[this.id].style.posLeft = this.pos_x
    window[this.id].style.posTop = this.pos_y
    }
    setTimeout(this.name + ".running = false", this.duration_wait)
    }
    else
    setTimeout(this.name + ".end()", this.duration_effect)
    }

    function GimmickSpirale(id, name)
    {
    this.radius = 30
    this.duration_effect = 5
    this.duration_wait = 1000
    this.running = false
    this.id = id
    this.name = name
    this.increment = .05
    this.pos_x = 0
    this.pos_y = 0
    this.counter = 0
    this.max_counter = 150
    this.start = GimmickSpiraleStart
    this.end = GimmickSpiraleEnde
    }

    //-->
    </script>
    <p> </p><div style="text-align:center; font-size:12pt; font-weight:bold">Bring' die Links zum Tanzen:<br> <br><a id="T1" onmouseover="Gimmick1.start()" style="position:relative; top:0px; color:#0000cc; text-decoration:none" href="http://scripte.aaj.de/" target="_blank">scripte.aaj.de</a><br> <br><a id="T2" onmouseover="Gimmick2.start()" style="position:relative; top:0px; color:#00cc00; text-decoration:none" href="http://bilderservice.aaj.de/" target="_blank">bilderservice.aaj.de</a><br> <br><a id="T3" onmouseover="Gimmick3.start()" style="position:relative; top:0px; color:#cc0000; text-decoration:none" href="http://postkarten.aaj.de/" target="_blank">postkarten.aaj.de</a><br> <br><a id="T4" onmouseover="Gimmick4.start()" style="position:relative; top:0px; color:#cccc00; text-decoration:none" href="http://hosting.1und1.com/?kwk=5356326" target="_blank">Eigene Domain?</a></div>
    </body>
    </html>
#24.09.2004 18:08 0 0 0
  • Homepage sayfalarinizde renklerle ilgili sorununuz varsa bu script eliniz kolunuz olacaktir


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <!-- saved from url=(0040)http://www.free-service.de/forum/rgb.htm -->
    <HTML><HEAD><TITLE>FIS - Farbengenerator</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">
    <SCRIPT language=JavaScript>
    <!--
    function ini()
    {
    // document.bgColor = "#CCCCCC";
    info = null;
    wert = new Array(6)
    wert[0]="00"
    wert[1]="33"
    wert[2]="66"
    wert[3]="99"
    wert[4]="CC"
    wert[5]="FF"
    // wertk = new Array(6)
    // wertk[0]="FF"
    // wertk[1]="CC"
    // wertk[2]="99"
    // wertk[3]="66"
    // wertk[4]="33"
    // wertk[5]="00"
    // bg = new Array(216)
    hexfeld = new Array(6)
    }
    function status_mehr_weniger(mw,f)
    {
    if (mw == 0) mwf = "weniger ";
    else mwf = "mehr ";
    if (f == 0) mwf = mwf + "rot";
    if (f == 1) mwf = mwf + "gruen";
    if (f == 2) mwf = mwf + "blau";
    window.status = mwf;
    setTimeout("statusaus()",50000);
    }
    function statusein(ks,ls,ms)
    {
    farb = "" + wert[ks] + wert[ls] + wert[ms];
    window.status = farb;
    setTimeout("statusaus()",10000);
    }
    function statusaus()
    {
    window.status="";
    }
    function wechsel1()
    {
    farb = "#" + document.forms[0].elements[4].value;
    document.bgColor = farb;
    }
    function wechsel(kw,lw,mw)
    {
    loeschen();
    document.forms[0].elements[4].value = "" + wert[kw] + wert[lw] + wert[mw];
    wechsel1();
    document.forms[0].elements[5].checked = "1"
    rechnen1();
    }
    function hex_wert()
    {
    // alert(hexfeld[0]+" "+hexfeld[1]+" "+hexfeld[2]+" "+hexfeld[3]+" "+hexfeld[4]+" "+hexfeld[5])
    document.forms[0].elements[0].value = hexfeld[0] * 16 + hexfeld[1]
    document.forms[0].elements[1].value = hexfeld[2] * 16 + hexfeld[3]
    document.forms[0].elements[2].value = hexfeld[4] * 16 + hexfeld[5]
    }
    function wert_hex1(zwa)
    {
    if (zwa == 10) zwb = "A"
    else if (zwa == 11) zwb = "B"
    else if (zwa == 12) zwb = "C"
    else if (zwa == 13) zwb = "D"
    else if (zwa == 14) zwb = "E"
    else if (zwa == 15) zwb = "F"
    else zwb = "" + zwa;
    return(zwb);
    }
    function wert_hex()
    {
    zw1 = Math.floor(document.forms[0].elements[0].value/16);
    zw2 = document.forms[0].elements[0].value - (zw1 * 16);
    zw3 = wert_hex1(zw1);
    zw4 = wert_hex1(zw2);
    document.forms[0].elements[4].value = "" + zw3 + zw4;
    zw1 = Math.floor(document.forms[0].elements[1].value/16);
    zw2 = document.forms[0].elements[1].value - (zw1 * 16);
    zw3 = wert_hex1(zw1);
    zw4 = wert_hex1(zw2);
    document.forms[0].elements[4].value = document.forms[0].elements[4].value + zw3 + zw4;
    zw1 = Math.floor(document.forms[0].elements[2].value/16);
    zw2 = document.forms[0].elements[2].value - (zw1 * 16);
    zw3 = wert_hex1(zw1);
    zw4 = wert_hex1(zw2);
    document.forms[0].elements[4].value = document.forms[0].elements[4].value + zw3 + zw4;
    }
    function pruef_wert()
    {
    for (i=0; i<3; i++)
    {
    werte = parseInt(document.forms[0].elements.value)
    if (isNaN(werte))
    {
    alert('Eingaben von 0 bis 255 erlaubt!');
    return(false);
    }
    else
    if ((werte < 0) || (werte > 255))
    {
    alert('Eingaben von 0 bis 255 erlaubt!');
    return(false);
    }
    document.forms[0].elements.value = werte
    }
    return(true);
    }
    function pruef_hex()
    {
    if (document.forms[0].elements[4].value.length < 5)
    {
    alert('Hex-Code hat weniger als 6 Zeichen!');
    return(false);
    }
    for (i=0; i<6; i++)
    {
    hexfeld = parseInt(document.forms[0].elements[4].value.substring(i,i+1) , 16);
    if (isNaN(hexfeld))
    {
    alert('nur 0,1,2,3,4,5,6,7,8,9,A,a,B,b,C,c,D,d,E,e,F,f erlaubt!');
    return(false);
    }
    }
    return(true);
    }
    function rechnen1()
    {
    if (document.F.auswahl[0].checked)
    {
    if (pruef_wert())
    {
    wert_hex();
    }
    else return(false);
    }
    else
    if (document.F.auswahl[1].checked)
    {

    if (pruef_hex()){
    hex_wert();
    }
    else return(false);
    }
    return(true);
    }
    function rechnen()
    {
    if (rechnen1())
    wechsel1();
    }
    function mehr_Farbe(rgb)
    {
    wertmw = parseInt(document.forms[0].elements[rgb].value)
    if (wertmw < 100) wertmw++;
    document.forms[0].elements[rgb].value = wertmw
    }
    function weniger_Farbe(rgb)
    {
    wertmw = parseInt(document.forms[0].elements[rgb].value)
    if (wertmw > 0) wertmw--;
    document.forms[0].elements[rgb].value = wertmw
    }
    function loeschen()
    {
    for (i=0; i<3; i++)
    document.forms[0].elements.value = "";
    document.forms[0].elements[4].value = "";
    }
    function zeigen_pal()
    {
    document.write('<CENTER>');
    document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 ALIGN="RIGHT">');
    document.write('<TR>')
    document.write('<TD VALIGN="Top" ROWSPAN=21>');
    //document.write('<IMG SRC="schwarz.gif" WIDTH=10 HEIGHT=334 BORDER=0 ALT="">');
    document.write('</TD>');
    document.write('<TD ROWSPAN=21 VALIGN="Top" BGCOLOR="#FFFFFF">');
    //document.write('<IMG SRC="schwarz.gif" WIDTH=5 HEIGHT=334 BORDER=0 ALT="">');
    document.write('</TD>');
    document.write('<TD COLSPAN=12 VALIGN="Top" BGCOLOR="#FFFFFF">');
    //document.write('<IMG SRC="schwarz.gif" WIDTH=198 HEIGHT=5 BORDER=0 ALT="">');
    document.write('</TD>');
    document.write('<TD ROWSPAN=21 VALIGN="Top" BGCOLOR="#FFFFFF">');
    //document.write('<IMG SRC="schwarz.gif" WIDTH=5 HEIGHT=334 BORDER=0 ALT="">');
    document.write('</TD>');
    document.write('<TD VALIGN="Top" ROWSPAN=21>');
    //document.write('<IMG SRC="schwarz.gif" WIDTH=15 HEIGHT=334 BORDER=0 ALT="">');
    document.write('</TD>');
    document.write('</TR>');
    document.write('<TR>');
    for (i=0; i<18; i++)
    {
    for (j=0; j<12; j++)
    {
    if (i < 6)
    if (j < 6) k = 5; else k = 4;
    if ((i > 5) && (i < 12))
    if (j < 6) k = 2; else k = 3;
    if (i > 11)
    if (j < 6) k = 1; else k = 0;
    if (i < 6) l = 5 - i;
    if ((i > 5) && (i < 12)) l = i - 6;
    if (i > 11) l = 17 - i;
    if (j < 6) m = j;
    else m = 11 - j;
    farb = "" + wert[k] + wert[l] + wert[m];
    document.write('<TD BGCOLOR="#',farb,'"><A HREF="JavaScript:wechsel(',k,',',l,',',m,')" onmouseover = "statusein(',k,',',l,',',m,');return(true);">');
    document.write('<IMG SRC="schwarz.gif" WIDTH=15 HEIGHT=18 BORDER=0 ALT=""></A></TD>');
    }
    document.write('</TR>');
    document.write('<TR>');
    }
    document.write('<TR>');
    document.write('<TD COLSPAN=12 VALIGN="Top" BGCOLOR="#FFFFFF">');
    //document.write('<IMG SRC="schwarz.gif" WIDTH=198 HEIGHT=5 BORDER=0 ALT="">');
    document.write('<TR>');
    document.write('</TABLE>');
    document.write('</CENTER>');
    }
    function zeigen_form()
    {
    document.write('<FORM NAME="F">');
    document.write('<CENTER><TABLE BORDER="1">');
    document.write('<TR>');
    document.write('<TD><FONT SIZE="2">RGB-Werte :</FONT></TD>');
    document.write('<TD ALIGN="Center"><INPUT NAME="wert" TYPE="TEXT" SIZE="3" MAXLENGTH=3></TD>');
    document.write('<TD ALIGN="Center"><INPUT NAME="wert" TYPE="TEXT" SIZE="3" MAXLENGTH=3></TD>');
    document.write('<TD ALIGN="Center"><INPUT NAME="wert" TYPE="TEXT" SIZE="3" MAXLENGTH=3></TD>');
    document.write('<TD ALIGN=CENTER><INPUT NAME="auswahl" TYPE="RADIO"></TD>');
    document.write('</TR>');
    document.write('<TR>');
    document.write('<TD><FONT SIZE="2">HEXA :</FONT></TD>');
    document.write('<TD ALIGN=CENTER COLSPAN=3><INPUT NAME="hex" TYPE="TEXT" SIZE="9" MAXLENGTH=6></TD>');
    document.write('<TD ALIGN=CENTER><INPUT NAME="auswahl" TYPE="RADIO"></TD>');
    document.write('</TR>');
    document.write('<TR><TD ALIGN=CENTER COLSPAN=4>');
    document.write('<INPUT TYPE="BUTTON" METHOD="POST" VALUE="anzeigen" onclick="rechnen()">');
    document.write('   ');
    document.write('<INPUT TYPE="BUTTON" METHOD="POST" VALUE="löschen" onclick="loeschen()">');
    document.write('</TD></TR>');
    document.write('</TABLE></CENTER>');
    document.write('</FORM>');
    }
    // -->
    </SCRIPT>

    <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
    <BODY text=#000099 vLink=#000066 aLink=#ff0000 link=#0000ff
    bgColor=#ffcc00><FONT size=+2><STRONG>
    <SCRIPT language=JavaScript>
    <!--
    ini()
    zeigen_pal()
    document.bgColor = "#FFFFFF";
    // -->
    </SCRIPT>
    <FONT size=-1>
    <P><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>Mit diesem
    Generator können sie Ihre Farben bestimmen ! Klicken Sie eine Farbe an, dann
    werden in der Tabelle die RGB-Codes angezeigt. Gleichzeitig nimmt der gesamte
    Hintergrund die gewählte Farbe an. Sie können auch beliebige andere Farben
    umrechnen und als Hintergrund gleich anschauen.</FONT>
    <SCRIPT language=JavaScript>
    <!--
    zeigen_form()
    // -->
    </SCRIPT>
    </P>
    <P><BR></P></FONT></STRONG></FONT>
    <FORM name=form>
    <DIV align=center>
    <CENTER>
    <P><FONT size=+2><STRONG><INPUT onclick="window.close
    ('rgb.htm')" type=button value="Fenster schließen !" name=Muster>
    </STRONG></FONT></P></CENTER></DIV></FORM>
    <UL>
    <LI><FONT size=1><STRONG><FONT
    face="Verdana, Arial, Helvetica, sans-serif">Erst ab Version Netscape 3.0
    / Microsoft Internet Explorer 3.0
    <BR></FONT></STRONG></FONT></LI></UL><FONT size=1><STRONG></STRONG></FONT><FONT
    size=-1><FONT size=2>
    <SCRIPT language=JavaScript>
    <!--
    document.forms[0].elements[5].checked = "1"
    // -->
    </SCRIPT>
    </FONT></FONT></BODY></HTML>
#24.09.2004 18:11 0 0 0
  • Sayfalariniz rengarenk yildizlarla süsleyin...

    <script type="text/javascript">
    <!-- Space Variation by kurt.grigg@virgin.net
    if (document.all){
    xL=17;
    xH=0;
    xW=0;
    xR=0;
    xE=0;
    xMY=0;
    xMX=0;
    xWd=0;
    xHd=0;
    xF=new Array();
    xY=new Array();
    xX=new Array();
    xS=new Array();
    xA=new Array();
    xB=new Array();
    ini=new Array();
    cl=new Array('#ff0000','#0000ff','#ffff00','#00ff00','#ff00ff','#00ffff','#ff0000','#0000ff','#ffff00','#00ff00','#ff00ff','#00ffff','#ff0000','#0000ff','#ffff00','#00ff00','#ff00ff','#00ffff')
    document.write('<div id="xouter" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < xL; i++){
    document.write('<div id="xie" style="position:absolute;top:0;left:0;width:10px;height:10px;'
    +'font-family:Courier New;font-size:50px;color:#ffffff">.<\/div>');
    }
    document.write('<\/div><\/div>');
    //Initial Placement!
    function Set(){
    for (i=0; i < xL; i++){
    xH=window.document.body.offsetHeight;
    xW=window.document.body.offsetWidth;
    xA=Math.round(Math.random()*xH);
    xB=Math.round(Math.random()*xW);
    xS=Math.random()*0.07+0.05;
    xR=Math.round(Math.random()*3);
    xE=Math.round(Math.random()*2500+50)
    if (xR == 3) xB=-xE;
    if (xR == 2) xB=xW+xE;
    if (xR == 1) xA=-xE;
    if (xR == 0) xA=xH;
    xF=xW/14;
    }
    }
    Set();
    function Assign(){
    xouter.style.top=document.body.scrollTop;
    for (i=0; i < xL; i++){
    xF-=xS*25;
    if (xF < 4) xF=3;
    xie.style.top =xY;
    xie.style.left=xX;
    xie.style.fontSize=xF;
    xie.style.filter='glow(color='+ini+', strength='+xF/3+')';
    }
    }
    function fly(){
    var N=Math.floor(Math.random()*cl.length)
    xMY=window.document.body.clientHeight/2;
    xMX=window.document.body.clientWidth/2;
    xWd=Math.round(Math.random()*40+5);
    xHd=Math.round(Math.random()*30+5);
    for (i=0; i < xL; i++)
    {
    xY=xA+=(xMY-xA)*(xS);
    xX=xB+=(xMX-xB)*(xS);
    if ((xX > xMX-xWd) && (xX < xMX+xWd) && (xY > xMY-xHd) && (xY < xMY+xHd)){

    xH=window.document.body.offsetHeight;
    xW=window.document.body.offsetWidth;
    xA=Math.round(Math.random()*xH);
    xB=Math.round(Math.random()*xW);
    xS=Math.random()*0.05+0.05;
    xR=Math.round(Math.random()*3);
    xE=Math.round(Math.random()*50+50)
    if (xR == 3) xB=-xE;
    if (xR == 2) xB=xW+xE;
    if (xR == 1) xA=-xE;
    if (xR == 0) xA=xH+xE;
    }
    if ((xX < 0) || (xX > xW) || (xY < 0) || (xY > xH))
    {
    xF=xW/14;
    ini=cl[N];
    }
    }
    Assign();
    setTimeout('fly()',10);
    }
    fly();
    }
    //-->
    </script>
#24.09.2004 18:13 0 0 0
  • Titreyen status bar...


    <SCRIPT language=JavaScript>
    var visibleVar="null";
    if (navigator.appName == "Netscape") {
    layerStyleRef="layer.";
    layerRef="document.layers";
    styleSwitch="";
    visibleVar="show";
    }else{
    layerStyleRef="layer.style.";
    layerRef="document.all";
    styleSwitch=".style";
    visibleVar="visible";
    }
    function menuSwitch(layerName){
    if (eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility == visibleVar')){
    hideLayer(layerName);
    }else{
    showLayer(layerName);
    }
    }
    function showLayer(layerName){
    eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
    }
    function hideLayer(layerName){
    eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
    }
    function winStat(bla)
    {
    window.status = bla;
    }
    window.defaultStatus='LEVISSSSSSSSSSSSSSSSSSSSSS';
    function blah() {
    window.status='LEVISSSSSSSSSSSSSSSSSSSSSS';
    setTimeout(blah, 0);
    }
    blah();
    </SCRIPT>
#24.09.2004 18:14 0 0 0
  • Mausunuzu takip eden bir cift göz eglenceli olsa gerek

    <script type="text/javascript">
    <!-- Eyes by Kurt Grigg - http://website.lineone.net/~kurt.grigg/javascript
    //Original idea by demigod@psxexchange.com - http://www.psxexchange.com

    ***0=new Image();
    ***0.src="http://scripte.aaj.de/grafik/auge.gif";
    pic1=new Image();
    pic1.src="http://scripte.aaj.de/grafik/pupille.gif";

    var n4=(document.layers);
    var n6=(document.getElementById&&!document.all);
    var ie=(document.all);
    var O=(navigator.appName.indexOf("Opera") != -1)?true:false;
    var _d=(n4||ie)?'document.':'document.getElementById("';
    var _a=(n4||n6)?'':'all.';
    var _r=(n6)?'")':'';
    var _s=(n4)?'':'.style';
    if (n4){
    document.write('<layer name="eyeball" top=0 left=0 width="69" height="34"><img src="http://scripte.aaj.de/grafik/auge.gif" width="69" height="34"><\/layer>');
    document.write('<layer name="pupil1" top=0 left=0 width="13" height="13"><img src="http://scripte.aaj.de/grafik/pupille.gif" width="13" height="13"><\/layer>');
    document.write('<layer name="pupil2" top:0 left=0 width="13" height="13"><img src="http://scripte.aaj.de/grafik/pupille.gif" width="13" height="13"><\/layer>');
    }
    else{
    if (ie)
    document.write('<div id="ic" style="position:absolute;top:0;left:0"><div style="position:relative">');
    document.write('<div id="eyeball" style="position:absolute;top:100px;left:100px;width:69px;height:34px"><img src="http://scripte.aaj.de/grafik/auge.gif" width="69" height="34"><\/div>');
    document.write('<div id="pupil1" style="position:absolute;top:0px;left:0px;width:12px;height:13px"><img src="http://scripte.aaj.de/grafik/pupille.gif" width="13" height="13"><\/div>');
    document.write('<div id="pupil2" style="position:absolute;top:0px;left:0px;width:12px;height:13px"><img src="http://scripte.aaj.de/grafik/pupille.gif" width="13" height="13"><\/div>');
    if (ie)
    document.write('<\/div><\/div>');
    }
    var ym=0;
    var xm=0;
    if (n4||n6){
    window.captureEvents(Event.MOUSEMOVE);
    function mouseNS(e){
    ym = e.pageY-window.pageYOffset;
    xm = e.pageX;
    }
    if (n4)window.onMouseMove=mouseNS;
    if (n6)document.onmousemove=mouseNS;
    }
    if (ie||O){
    function mouseIEO(){
    ym = (ie)?event.clientY:event.clientY-window.pageYOffset;
    xm = event.clientX;
    }
    document.onmousemove=mouseIEO;
    }
    if (document.getElementById)
    {
    var etemp = document.getElementById("eyeball").style;
    }
    else if (document.all)
    {
    var etemp = document.all.eyeball.style;
    }
    else if (document.layers)
    {
    var etemp = document.layers.eyeball;
    }
    if (document.getElementById)
    {
    var p1temp = document.getElementById("pupil1").style;
    }
    else if (document.all)
    {
    var p1temp = document.all.pupil1.style;
    }
    else if (document.layers)
    {
    var p1temp = document.layers.pupil1;
    }
    if (document.getElementById)
    {
    var p2temp = document.getElementById("pupil2").style;
    }
    else if (document.all)
    {
    var p2temp = document.all.pupil2.style;
    }
    else if (document.layers)
    {
    var p2temp = document.layers.pupil2;
    }
    dy=0;
    dx=0;
    fy=0;
    fx=0;
    angle1=0;
    angle2=0;
    d1=0;
    d2=0;
    function makefollow(){
    sy=(!ie)?window.pageYOffset:0;
    wy=(ie)?document.body.clientHeight:window.innerHeight;
    wx=(ie)?document.body.clientWidth:window.innerWidth;
    //Keep eyes on screen. Netscape 6 plays up otherwise!
    var chy=Math.floor(fy-34);
    if (chy <= 0) chy = 0;
    if (chy >= wy-34) chy = wy-34;
    var chx=Math.floor(fx-34);
    if (chx <= 0) chx = 0;
    if (chx >= wx-69) chx = wx-69;
    etemp.top=chy+sy;
    etemp.left=chx;
    //eyeball1 centre.
    c1y=parseInt(etemp.top)+17;
    c1x=parseInt(etemp.left)+17;
    //eyeball2 centre.
    c2y=parseInt(etemp.top)+17;
    c2x=parseInt(etemp.left)+52;
    dy1 = ym+sy - c1y;
    dx1 = xm - c1x;
    d1 = Math.sqrt(dy1*dy1 + dx1*dx1);
    dy2 = ym+sy - c2y;
    dx2 = xm - c2x;
    d2 = Math.sqrt(dy2*dy2 + dx2*dx2);
    ay1 = ym+sy - c1y;
    ax1 = xm - c1x;
    angle1 = Math.atan2(ay1,ax1)*180/Math.PI;
    ay2 = ym+sy - c2y;
    ax2 = xm - c2x;
    angle2 = Math.atan2(ay2,ax2)*180/Math.PI;
    dv=1.7;
    p1temp.top=(d1 < 17)?(c1y-6+d1/dv*Math.sin(angle1*Math.PI/180)):(c1y-6+10*Math.sin(angle1*Math.PI/180));
    p1temp.left=(d1 < 17)?(c1x-6+d1/dv*Math.cos(angle1*Math.PI/180)):(c1x-6+10*Math.cos(angle1*Math.PI/180));
    p2temp.top=(d2 < 17)?(c2y-6+d2/dv*Math.sin(angle2*Math.PI/180)):(c2y-6+10*Math.sin(angle2*Math.PI/180));
    p2temp.left=(d2 < 17)?(c2x-6+d2/dv*Math.cos(angle2*Math.PI/180)):(c2x-6+10*Math.cos(angle2*Math.PI/180));
    }
    function move(){
    if (ie)ic.style.top=document.body.scrollTop;
    dy=fy+=(ym-fy)*0.12;
    dx=fx+=(xm-fx)*0.12;
    makefollow();
    setTimeout('move()',10);
    }
    window.onload=move;
    //-->
    </script>
#24.09.2004 18:15 0 0 0
  • Sag tusa basildiginda acilan güzel bir menü



    <SCRIPT LANGUAGE="JavaScript">
    var menuskin = "skin1";
    var display_url = 0;
    function showmenuie5() {
    var rightedge = document.body.clientWidth-event.clientX;
    var bottomedge = document.body.clientHeight-event.clientY;
    if (rightedge < ie5menu.offsetWidth)
    ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
    else
    ie5menu.style.left = document.body.scrollLeft + event.clientX;
    if (bottomedge < ie5menu.offsetHeight)
    ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
    else
    ie5menu.style.top = document.body.scrollTop + event.clientY;
    ie5menu.style.visibility = "visible";
    return false;
    }
    function hidemenuie5() {
    ie5menu.style.visibility = "hidden";
    }
    function highlightie5() {
    if (event.srcElement.className == "menuitems") {
    event.srcElement.style.backgroundColor = "highlight";
    event.srcElement.style.color = "white";
    if (display_url)
    window.status = event.srcElement.url;
    }
    }
    function lowlightie5() {
    if (event.srcElement.className == "menuitems") {
    event.srcElement.style.backgroundColor = "";
    event.srcElement.style.color = "black";
    window.status = "";
    }
    }
    function jumptoie5() {
    if (event.srcElement.className == "menuitems") {
    if (event.srcElement.getAttribute("target") != null)
    window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
    else
    window.location = event.srcElement.url;
    }
    }

    </script>

    <title>PCnet</title>

    <style>
    A {
    COLOR: #000080; TEXT-DECORATION: none
    }
    A:hover {
    TEXT-DECORATION: none;
    COLOR: #AC3300
    }
    body {
    scrollbar-base-color:#00207B;
    scrollbar-arrow-color:#00207B;
    scrollbar-darkshadow-color:#00207B;
    scrollbar-3d-light-color:#00207B;
    scrollbar-face-color:#00207B;
    scrollbar-highlight-color:#00207B;
    scrollbar-shadow-color:#00207B;
    scrollbar-track-color:#00207B;
    }

    <!--
    .skin0 {
    position:absolute;
    text-align:left;
    width:200px;
    border:2px solid black;
    background-color:menu;
    font-family:Verdana;
    line-height:20px;
    cursor:default;
    visibility:hidden;
    }
    .skin1 {
    cursor:default;
    position:absolute;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width:120px;
    background-color:menu;
    visibility:hidden;
    border:2px outset buttonhighlight;; font-style:normal; font-variant:normal; font-weight:normal
    }
    .menuitems {
    padding-left:15px;
    padding-right:10px;
    }
    -->

    </style>
    <script language="JavaScript" fptype="dynamicanimation">
    <!--
    function dynAnimation() {}
    function clickSwapImg() {}
    //-->
    </script>
    <script language="JavaScript1.2" fptype="dynamicanimation" src="file:///E:/Program%20Files/Microsoft%20Office/Office10/fpclass/animate.js">
    </script>
    </head>

    <body topmargin="0" leftmargin="0" bgcolor="#00207B" onload="dynAnimation()">

    <div align="center">

    </div>
    <div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();" style="top:1000px; left:0px">
    <div class="menuitems" url="main.html">Açýlýþ Sayfasý</div>
    <div class="menuitems" url="javascript:history.back()">Önceki Sayfa</div>
    <div class="menuitems" url="javascript:history.forward()">Sonraki Sayfa</div>
    <hr>
    <div class="menuitems" url="iletisim.html">Ýletiþim</div>
    <div class="menuitems" url="hakkinda.html">CD hakkýnda</div>
    <div class="menuitems" url="browseCD.html">CD'ye gözat</div>
    <hr>
    <div class="menuitems" url="yazilim.html">Yazýlým</div>
    <div class="menuitems" url="oyun.html">Oyun</div>
    <div class="menuitems" url="cokluortam.html">Çokluortam</div>
    <div class="menuitems" url="gelistirme.html">Geliþtirme</div>
    <div class="menuitems" url="dergiden.html">Dergiden</div>
    <div class="menuitems" url="toolkit.html">MegaToolKit</div>
    <div class="menuitems" url="tazeleme.html">Tazeleme</div>
    <div class="menuitems" url="linux.html">Linux</div>
    <div class="menuitems" url="pirireis.html">Piri Reis</div>
    <hr>
    <div class="menuitems" url="pcnetcomtr.html">PCnet.com.tr</div>
    <div class="menuitems" url="dbrcomtr.html">DBR.com.tr</div>
    <hr>
    <div class="menuitems" url="javascript:window.close()">Kapat</div>
    </div>
    <script language="JavaScript">
    if (document.all && window.print) {
    ie5menu.className = menuskin;
    document.oncontextmenu = showmenuie5;
    document.body.onclick = hidemenuie5;
    }
    </script>
#24.09.2004 18:18 0 0 0
  • Bu tek satirlik kodla sag tus olayini tamamen ortadan kaldirabilirsiniz arkadaslar...



    <body oncontextmenu="return false">
#24.09.2004 18:19 0 0 0
  • Gardas eline saglik süpersin
#25.09.2004 02:04 0 0 0
  • SÜPERSIN USTA
#25.09.2004 11:01 0 0 0
  • abi ne bu ya, cik cik cik.

    Süpersin VALLAHI, varmi acaba yine böyle mükemmel scriptler.
    Yanimda olsan elini öperim, hay senden ALLAH Razi olsun
#25.09.2004 11:06 0 0 0
  • bir bakalim
#25.09.2004 13:06 0 0 0