I have a popup form that request information from another page, once the form is updated and the submit button is pressed I would like the page to autoclose. I was using a javascript behavior after the submit but that was closing the form too quickly and not allowing the form to update the database. I have tried several commands including:
<input type="submit" value="Submit" name="B1" onclick="javascript:window
.close();"
>
<input type="submit" value="Submit" name="B1" onclick="self.close();">
Any assitance is greatly appreciated
Start Free Trial