I have old file that has been changed. One of the requests for this file/project modification is when user clicks OK
to submit the form and close the current browser window. I'm wondering if this can be achieved with plain/vanilla JavaScript? So I have form and button:
<form name="test" id="test" action="/save_form.cfm">
<input type="submit" value="OK">
</form>