Problem with closing popup
I have a frameset wherein I have a page that has the following link...
check out your <a href='#' target='_blank' onClick="MM_openMDialog('quizscores.htm','','cente r:yes;help:no;resizable:no;scroll:no;status:no;tit le:no;edge:sunken;dialogWidth:400px;dialogHeight:4 00px')">scores</a>!
The link works just fine and opens up the modal popup.
My popup is pretty simple at this point. I just simply built a table that pulls info from an array which in turn pulls from a Unix box. That all works fine.
I created a simple close link as follows...
<a href="#" onclick="javascript:window.close();">Close
Quiz Scores</a>
Here is my problem. When I close the modal, whether I do it via the link or the x on the window itself, it opens up the opener document it came from in its own window outside any frame. I do not want it to do that. Can someone give me a hint as to why it would do that?
Clay Hess
__________________
Clay Hess
|