Click event fires in IE/Firefox, but Chrome is dropping the event assignment

前端 未结 1 1269
离开以前
离开以前 2021-01-18 07:54

I\'m in the process of debugging my web application and have hit a wall. I\'m experiencing a behavior in Google Chrome only and my javascript ineptitude is keeping me from

相关标签:
1条回答
  • 2021-01-18 08:51

    I wasn't able to determine why this was happening in Chrome and none of the other browsers. But registering the script to execute on PageLoad solved the problem.

    <body onLoad="DefaultButtonFix()">
    
    0 讨论(0)
提交回复
热议问题