Hi,
After submitting the page,used this script
document.forms['Form1'].submit();
window.opener.document.parentWindow.history.go(0);
window.close();
window.opener.document.parentWindow.history.go(0) its working fine in IE, but we got script error in Mozilla . In opera we dont get any javascript error but the page is not refresh...
Anyone help me ....
Mohammed Ali