Saturday 30 March 2019

Correct way to use onClick(); with Node apps?

I'm converting some pages over to pages in a node app and I have a lot of the app controlled by onClick(); function which execute properly in the standard HTML pages. When I bring them into my node.js app, the onClick(); functions not only do not work, but throw no errors. The functions are currently set to alert(); functions for trying to debug this issue. Can someone let me know if I'm doing this wrong? Should I be setting the onClick(); functions elsewhere other than in the HTML itself?

Submitted March 30, 2019 at 03:49PM by HauntingGeologist9

No comments:

Post a Comment