-3

srcをimgタグに渡した場合、HTMLプレビューを表示できますか?

<img src="http://www.abc.com/uploads/reports/test.html" style="max-height:150px; max-width:150px"/>
4

2 に答える 2

2

No, you can not do that with image. Using frame could help you

<frame src="frame_a.htm" />
于 2012-07-02T07:40:39.843 に答える
0

The short answer is no. Img tags are just for images. That is the only thing they will display.

于 2012-07-02T07:39:47.280 に答える