HTML <frame> SRC-attribute - use html-code instead of URL

前端 未结 4 976
Happy的楠姐
Happy的楠姐 2021-02-05 16:32

Is there a way to use pure html-code to display inside a frame instead of having to link to a specific URL/file?

For example:

NOT like this

4条回答
  •  没有蜡笔的小新
    2021-02-05 17:07

    I think that you cannot do this. Maybe you can try with a DIV an modify the content with javascript with innerHTML?

    Click me

提交回复
热议问题