script source for img

script source for img

 

 i tryed to show image with link like <img src="http://something.com/someimage.jpg">

and it worked perfectly.

but i need:

in form "FormBoxer" i have column "photo_link" , and in that column i have links.

and in new form i need to show photo depends to filter.

and my code is <img src="<%=thisman.photo_link%>"></img>

and it doesn't show the image in the html-view, only like this

http://farm4.static.flickr.com/3443/3845114100_2f52a7b431_o.jpg">

i can't take away last 2 symbols ...

why?