Changing data content on an Object Tag in HTML

前端 未结 14 2197
抹茶落季
抹茶落季 2020-11-29 08:06

I have an HTML page which contains an Object tag to host an embedded HTML page.



        
      
      
      
14条回答
  •  广开言路
    2020-11-29 09:07

    Changing the data attribute should be easy. However, it may not work perfectly on all browsers.

    If the content is always HTML why not use an iframe?

提交回复
热议问题