code in script tag of html within a flask app throwing small annoying errors
Home.html file:
Sending Lists values in a post request from HTML/JS to bckend(python) [closed]
Closed 2 days ago.
Translating words between the Czech Language and English
I’ve proceeded with my project further. Now I’m almost done but I’m not getting the header and word type, be it substantive or adjective etc. Where is the problem ?
I have just 2 files,app.py and template/index.html. I’m getting this
HTML/JS: window.location.href url_for VS Code showing an Error but its working?
I am currently working on a flask project and was trying to test something.
I got the following basic code:
Can’t send the quiz score from my js code to the server
Im trying to send the quiz score from my js code to my learner controller so I can insert the score in the result table and display the result to the user.