closing modal window using javascript
I am opening a modal window from a JSP using window.showModalDialog(...). I need a way to close this modal window using JavaScript. Somethign like window.close() method. But i am unable to do so in case of modal window as i don't have a handle to window object in case of a modal window.
Can anyone help me in this regard?
Thanks a bunch
|