passing an img through msg
I have a link in a page, if some one click the link a new window will open with list of images.
When user clicks an img it should get inserted into other page.
I am doing some think like this but img is breaking
This is the code of small window http://pastebin.com/E8jBzn7y
When user clicks this it should go to othrer page
Can i do this?
Thanks in a开发者_开发百科dvance
You cannot pass an image that way. Pass the URL instead and use that to display the image.
精彩评论