Stuck

H

HalaszJ

Ok,

I got this page (with a datagrid on it) that I hit a button on and it opens
a new page (popup). In that popup I have to option to delete the record that
got me there, or change it.. whatever.

Ok when I am done and close the popup and give focus back to the parent
form...

How can I refresh it so that the changes are shown.. or rebind it or
whatever.. how do I tell the form to do something once the child (popup) is
closed?

thanks
 
G

George Ter-Saakov

You can use "opener" object before closing the popup form.

like opener.MYFORM.submit(); or opener.refresh;
George.
 
E

Eduardo M?ndez

You need some Java Script, to reload the grid's page
before closing your popup try :

opener.document.location.href=opener.document.location.href

or

top.opener.navigate(top.opener.document.location.href)

Hope this helps

Eduardo
 

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

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top