How to call a JavaScript function within an HTML body

后端 未结 4 678
我在风中等你
我在风中等你 2020-12-08 18:41

I have a JavaScript function that fills a table:



        
4条回答
  •  星月不相逢
    2020-12-08 19:06

    Try wrapping the createtable(); statement in a

    I would avoid using document.write() and use the DOM if I were you though.

提交回复
热议问题