Hi All
I’m using an array called links with 29 urls titled “pic1.htm”, “pic2.htm”, “pic3.htm” etc. I want to produce some code which goes to one of these pages at random upon the event of moving the mouse out of an image. I can’t seem to get the syntax right. If I place a proper url in place of pic[1].htm it works fine. How do I add the “i” variable to the url?
<p align="center"><img src="images/pic1.jpg" width="240" height="180" onMouseOut="goToURL('pic*.htm')"></p>
Thanks
Jim