I want to get user inputs using a tag in HTML, and not a prompt function in JavaScript.
I also don't want to use another language on top of this, like php.
Edit Something like this would be desirable
<form action="demo_form.asp"> First name: <input type="text" name="fname"><br> <input type="submit" value="Submit"> </form>
but without using .asp
javascript html input
Fuzzyketchup
source share