javascript - I want to add timer control in my online examination project -


I want to make timer controls for my online exam's website

    

I want to make a timer control for my website of the online exam, as the code is above. And for me, my written javascript has been written, but the bitmaker

You have an error here wrong ID < / Strong>:

  document.getElementById ("lblCtime.ClientID"). WinnerHTML = h + ":" + m + ":" + s; ^ << Code>  

Error:

  Unkit type error: can not set property 'internal HTML' blank   

Try this code:

  document.getElementById ("lblCtime"). InnerHTML = h + ":" + m + ":" + s;   



Comments

Popular posts from this blog

php - how to change mysql_result($res, 0, "url"); to mysqli -

Delphi: missing interface declarations for UI Automation methods -

android - How to attach an image from an app to gmail -