Edit This? NEES HELP!!!!

Discussion in 'Software' started by LinkinX, Apr 18, 2004.

  1. LinkinX

    LinkinX Guest

    Anyone Know how i can edit the below scritp so that the pic's will open in a new window????

    <script type="text/javascript">
    var photos=new Array()
    var photoslink=new Array()
    var which=0
    photos[0]="images/1.jpg"
    photos[1]="images/2.jpg"
    photos[2]="inages/3.jpg"
    photos[1]="images/4.jpg"
    photos[2]="inages/5.jpg"
    photos[1]="images/6.jpg"
    photos[2]="inages/7.jpg"
    //Specify whether images should be linked or not (1=linked)
    var linkornot=1
    //Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
    photoslink[0]="www.ms150ctd.com/images/1.jpg"
    photoslink[1]=""
    photoslink[2]=""

    var preloadedimages=new Array()
    for (i=0;i<photos.length;i++){
    preloadedimages=new Image()
    preloadedimages.src=photos
    }

    function applyeffect(){
    if (document.all && photoslider.filters){
    photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
    photoslider.filters.revealTrans.stop()
    photoslider.filters.revealTrans.apply()
    }
    }

    function playeffect(){
    if (document.all && photoslider.filters)
    photoslider.filters.revealTrans.play()
    }
    function keeptrack(){
    window.status="Image "+(which+1)+" of "+photos.length
    }

    function backward(){
    if (which>0){
    which--
    applyeffect()
    document.images.photoslider.src=photos[which]
    playeffect()
    keeptrack()
    }
    }
    function forward(){
    if (which<photos.length-1){
    which++
    applyeffect()
    document.images.photoslider.src=photos[which]
    playeffect()
    keeptrack()
    }
    }
    function transport(){
    window.location=photoslink[which]
    }
    </script>




    Thank You!
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds