Adding images to an HTML document with javascript

后端 未结 6 1957
故里飘歌
故里飘歌 2020-11-30 04:22

I\'ve tried some HTML DOM code from several sites, but it isn\'t working. It isn\'t adding anything. Does anyone have a working example on this?

this.img =          


        
6条回答
  •  长情又很酷
    2020-11-30 04:42

    With a little research i found that javascript does not know that a Document Object Exist unless the Object has Already loaded before the script code (As javascript reads down a page).

    
        
     
     
         

提交回复
热议问题