in reply to Re: Howto Include JavaScript to CGI.pm Script
in thread Howto Include JavaScript to CGI.pm Script

Hi, Do the line code: " twofastest = document.getElementById('twofastest'); if ( twofastest )" will retrieve the elementid "twofastest" while window load the page ? Because in my code after i add condition "if", it works. Before it always throw eror element id is null because it was calling on load page
  • Comment on Re^2: Howto Include JavaScript to CGI.pm Script

Replies are listed 'Best First'.
Re^3: Howto Include JavaScript to CGI.pm Script
by Anonymous Monk on Feb 25, 2011 at 06:22 UTC
    Jesus please let me give you some advice to avoid all future bugs of this nature, that whole object oriented style of writing HTML code makes me cry just write the actual code out and you will see that every single unique checkbox has an onClick() that you can add to it, javascript and HTML mesh like candy, javascript and OOP style generated HTML mesh like hotdogs and cold rice.