Hello Everyone!
Here is my issue:

I need to make the "Previous" and "Next" links function at this URL on the bottom right of the image holder, http://manhattanwest.com/media-center/video-images.php

I have had a couple solutions sent to me, one PHP solution and one JS solution.
(Thanks Sean and Alexandre!)

I would like to use the JS solution but am just really confused on how to use it:

var linklist = new Array();
$("#vidLinks, #vidLinks2, #vidLinks3, #vidLinks4").find("li a").each(function(){
 linklist[linklist.length] = this.onclick;
});

//example next:
eval(linklist[2]);

But I am not really sure how to set it up, is there anyone who can maybe give an example of the
HTML needed for this or how it can work?

Thanks everyone!
Brad

Reply via email to