Hello everybody I like to know if is it possible to make anchor tags instead of img via changing the xml file created by the asp page.
http://2244.gr/scripts/jcarousel/examples/dynamic_ajax_asp.html http://2244.gr/scripts/jcarousel/examples/dynamic_ajax.asp function mycarousel_getItemHTML(url) { return '<img src="' + url + '" width="75" height="75" alt="" />'; }; To behave like function mycarousel_getItemHTML(url) { return '<a href="details.asp?cid=The XML field CID of image"><img src="' + url + '" width="75" height="75" alt="" /></a>'; }; Thank you