Jump to content

Html Close Issue


houssam_ballout

Recommended Posts

I'm sure you can find examples of using the onclose event. There's nothing special about using window.opener, it's a replacement for using the window object when you're working with a different page. If you want to run an alert on the parent window, then instead of using alert or window.alert you would use window.opener.alert.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...