I have the following javascript function call inside of my asp code:
I would like to know how to go about placing a variable instead of images("alt_img").
Something to this effect:
Where would I stick the above code and how would I stick the variable into the javascript function call code?
Code:
onmouseover="showBigImage( 'imagescript.asp?path=<%= images("url_img") %>&width=250','<%= images("url_img") %>','<%= images("alt_img")%>')
Something to this effect:
Code:
dim caption
caption= images("alt_img")