I am having problem in linking html pages amongst themselves. I have 3 html files namely
- home.html
- result.html
- base.html
What i am trying to do is to add two numbers and display it in result.html. In home.html i am taking the two numbers in a form as input.
On pressing the submit button on home.html nothing comes up. the same page remains. no redirection occurs. This is the problem i am facing.
Home.html:
I would request a share screen because there are many files involved but the problem is quite basic which i am unable to debug.
Thank you