Specifying content of an iframe instead of the src attribute to a page

后端 未结 4 571
灰色年华
灰色年华 2020-11-29 00:06

I\'m currently working on a form which includes some file inputs to upload pictures. There is an onchange() event for those inputs that submits the pictures to

4条回答
  •  抹茶落季
    2020-11-29 00:43

    iframe now supports srcdoc which can be used to specify the HTML content of the page to show in the inline frame.

提交回复
热议问题