modalURL will have a link to one of many JSP pages depending on business logic.
Now the background window over which this colorbox comes up, gives focus to this colorbox.
But the issue is, if I click anywhere on the main background window which is greyed out after this colorbox pops up, and then after the click if I press the ESC key, the colorBox disappears.
I want to stop it from disappearing because I have to call some java script functions when this colorbox disappears or closes.

Please help !