Question: How to write to a file in HTML?
In HTML, I hope to press submit and go to the aaa.asp file. How should I write the action here?
form<form id=form name=form method=post action=>
<input type=submit name=Submit value=submit/
The ultimate annoying answer:
window.location.reload(aaa.asp)