Hi
I have a web part(search core result web part) where I want to populate images when the user hovers on each of them.
I have all these images in my list/picture library and also in my local drive which i created programatically .I need help in XSLT/javscript where i can populate this images dynamically as and when user hovers on them
I managed to do upto this
</script> <span class="srch-Icon">
<input type ="image" id="i1" src="
http://a2ms04866:3000/Pdfimage/_t/pd...Fsmall_gif.jpg" onmouseover ="this.src='http://a2ms04866:3000/Pdfimage/_t/pdf%5Floader_png.jpg';" onmouseout ="this.src='http://a2ms04866:3000/Pdfimage/_t/pdf%5Ficon%5Fsmall_gif.jpg';"/>
</span >
for one iamge and similarly i need to do this for multiple images as and when user hovers on the links while searching.
thanks in advance
Jagadish