1. 401.
    0
    <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" " http://www.w3.org/tr/xhtm...transitional.dtd"> ;
    <html xmlns=" http://www.w3.org/1999/xhtml"> ;
    <head><script language="javascript1.1">
    <---

    var slidespeed=3000

    var slideimages=new array("slide/1.jpg","slide/2.jpg","slide/3.jpg","slide/4.jpg","slide/5.jpg","slide/6.jpg","slide/7.jpg","slide/8.jpg","slide/9.jpg")

    var imageholder=new array()
    var ie55=window.createpopup
    for (i=0;i<slideimages.length;i++){
    imageholder[i]=new image()
    imageholder[i].src=slideimages[i]
    }

    function gotoshow(){
    window.location=slidelinks[whichlink]
    }

    </script>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <title></title>
    </head>

    <body><a href="javascript:gotoshow()"><img src="photo1.jpg" name="slide" border=0 style="filter:progid:dximagetransform.microsoft.pixelate(maxsquare=15,duration=1)"></a>

    <script language="javascript1.1">
    <---
    var whichlink=0
    var whichimage=0
    var pixeldelay=(ie55)? document.images.slide.filters[0].duration*1000 : 0
    function slideit(){
    if (!document.images) return
    if (ie55) document.images.slide.filters[0].apply()
    document.images.slide.src=imageholder[whichimage].src
    if (ie55) document.images.slide.filters[0].play()
    whichlink=whichimage
    whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0
    settimeout("slideit()",slidespeed+pixeldelay)
    }
    slideit()

    </script>

    <p align="center">&nbsp;</p>
    </body>

    </html>
    ···
   tümünü göster