loading html page inside div

后端 未结 6 677
有刺的猬
有刺的猬 2020-12-18 08:01

how can I load an html page inside a div. With the \'object\' tag it\'s loading, but I think it\'s not a good approach. It is not an external file. Is dojo good for this?

6条回答
  •  一整个雨季
    2020-12-18 08:16

    This also works... using dojo...

    
    
    

    Update:

    In Dojo 1.7+, use require.toUrl instead of dojo.moduleUrl

提交回复
热议问题