Wednesday, November 24, 2004

The Problem is solved

After 5 Hours The Problem is solved
With Help from Prakash an Sangram

The Code To close the Child Window and Refresh The Parent Window
With a Click of Button is as Follows this is Javascript

{
window.opener.location.href = window.opener.location.href;
if (window.opener.progressWindow)
{
window.opener.progressWindow.close();
}
window.close();
}

call this From The Button


No comments: