This question has been flagged

I have a python code, which generates a html, questions_html, a function field. It is accessed by the JavaScript and it is displayed on the browser. But now, I have a function in JavaScript and I want to call that function from the HTML which is generated by the Python. Is it possible? And how?

Avatar
Discard