views:

45

answers:

2

Hi,

I have to disable our parent page(Complete gray out and non functioning) when child page is loaded. Once I close child page then I could perform any action at my parent page.

I can not use Div at my parent page because it may be many page so i have to controlled it from child page only.

Please help me at this issue and suggest me some link or code snippet.

A: 

I don't understand your problem exactly, but if you want to disable elements or anything except an element, it seems that the blockUI plugin is exactly what you're after, check it out here.

Check out the demos here

Nick Craver
ok I make it more clear. I have some link on page on clicking that one pop up page is opened.The popup page(child) is of some other domain.when that pop up(child) page will be open then parent page should be disable and once i close it parent page should become live.
mann
A: 

if by child and parent, you mean to open a new window, then you might want to check the jquery ui dialog plugin. http://jqueryui.com/demos/dialog/

It can be used the way you want by setting the modal property true

naiquevin