Howdy, I'm having trouble displaying an image in asp using html tags. The issue is that the variable is a multi-dimensional array, (which is functioning okay). Here is what I think the code should be, but it doesn't work????
response.write "<input type=image src=OrderArray(0,5) name=pic1>"
Any help would be appreciated.
Paul
response.write "<input type=image src=OrderArray(0,5) name=pic1>"
Any help would be appreciated.
Paul