I have an old file that has been updated. One of the requirements for this file/project modification is to have the current browser window close when the user clicks OK
to submit the form. I am curious if this can be done using plain/vanilla JavaScript? Here is the form and button code:
<form name="test" id="test" action="/save_form.cfm">
<input type="submit" value="OK">
</form>