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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top