Change label text using JavaScript

前端 未结 8 1169
后悔当初
后悔当初 2020-11-27 04:39

Why doesn\'t the following work for me?



        
8条回答
  •  醉酒成梦
    2020-11-27 05:09

    Because the script will get executed first.. When the script will get executed, at that time controls are not getting loaded. So after loading controls you write a script.

    It will work.

提交回复
热议问题