View Full Version : "HELP" With Pixelating Slideshow Script
ABSOLUTMICHEL
02-08-2007, 02:24 PM
How do i get links from pixel open in new window from my site? I try every thing i now, but it`s not working :(
jscheuer1
02-08-2007, 04:31 PM
Change:
function gotoshow(){
window.location=slidelinks[whichlink]
}
to:
function gotoshow(){
window.open(slidelinks[whichlink]);
}
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.