putting html inside an iframe (using javascript)

前端 未结 6 622
执笔经年
执笔经年 2020-11-27 04:10

Can I create an empty iframe as a placeholder to later insert html into it?

In otherwords, suppose I have an empty iframe with an id,

How do I insert html i

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 04:38

    I have same problem, Where I have to show html code snippet in iframe dynamically from database without SRC attribute of iframe and I fixed same problem with following code

    I hope this would help someone who has same requirement I had.

    jsfiddle example here

    HTML :

    
    
    
    
    

    JS

    
    

提交回复
热议问题