Enabling a control in a different browser window.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I open a popup and allow the user to save some information to a database and
then close the popup. How do I then use the fact that they saved this
information and closed the popup to enable a button in the main browser
window (from which the popup was opened)?
 
I've not tried this, but can you use the window.opener property of the child
to get the parent, and from there get at the parent's controls (to enable a
button, set a flag, force refresh, etc.)?

Bill
 
Back
Top