is there anyway of refreshing the parent page without the windows message (must resend data) coming up.
These are my circumstances
1.I have a clients page and on this page the user selects the client from a drop down box and hits go.
2.Once the go button is pressed all the client sites for that particular client are displayed on this page.
3. I have the option ADD SITE on this page also and when it is clicked a popup window appears.
4. The user then enters the new site details using this pop up window and clicks add.
what i want to do is:
1. Display a message in the pop up window saying site details have been added
2.Close the popup window.
3. Then Refresh the clients page to display the latest site that has just been added
Appreciate any help,