开发者

passing an img through msg

开发者 https://www.devze.com 2023-01-31 06:32 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消