'Node.js: Form action link doesn't work properly in HTML?
I write the route in the server in node js and everything works fine, but the link from the action form button doesn't work and I received the following error:
No web page was found for the web address:
http://127.0.0.1:8125/Frontend/index.html?
<form class="nav-link" action="/Frontend/form.html"><button class="cta-select" type="submit" >Form</button></form>
Why is this happening?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
