Background
I have a asp classic page.in which a button.. as i click on the button a popup open with window.showModalDialog() option ... , actually the popup is aspx page,
as i click on the button the popup is taking time because it has data & functionality,,
I am displaying a div having loading.gif during that time..
Question
I want to close the div ....
I am using javascript,,,,
Is there is any thing from which I can close or hide the div of loading image...
I have another Question after the answer of this Question