Hi,
I want to open a dialog box upon clicking a button in other dialog box while closing the first one.How can this be done.
thansks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
jake shiPosted Apr 1, 2008, 10:57 PM
you can write a javascript like this on the open page,
function closef(){window.opener.close();}
on the open page's html code you must add the code
like this ,you can open a new window and close the father window.
try it,good luck