Error: Uncaught TypeError: Cannot read property 'value' of null

前端 未结 5 1133
忘了有多久
忘了有多久 2021-01-29 15:05

i want to know why this error is occuring \"Uncaught TypeError: Cannot read property \'value\' of null\" and where i am going wrong?

 function create()
                 


        
5条回答
  •  北海茫月
    2021-01-29 15:20

    ok i was facing the same problem do one thing,the script tab for your javascript file put it at the bottom of the html so that any input in html page comes, can be recognized by the js file ,because javascript will come after the value you want to play with

提交回复
热议问题