I have a list that pops open a form
When the user update this form it posts to a page that add the info to a database.
Once thats complete, it closes the pop up.
I would like the original page to be refreshed. What is the best way to do this.
I googled several ways, but thought I would ask your opinions here.
Thanks.
Code:
<a href="form.asp?ID=1" target="_blank">Form Link</a>
When the user update this form it posts to a page that add the info to a database.
Once thats complete, it closes the pop up.
I would like the original page to be refreshed. What is the best way to do this.
I googled several ways, but thought I would ask your opinions here.
Thanks.