I need Close Windows in Web in a page with Set Frame

I am developing an application in Web where I need to close a set ofmarks that estan in a window, I have used @command of Lotus and

window.close() of Javascript, but it does not do to me. This I am

doing it with a form that has an inlaid scheme and this it is seen as

well in a frame of a set of marks, but when doing the closing of the

window loads the set to me of marks within the framework where the

scheme is seen. by means of which instruction I can close the

application without this happens?

Subject: Try: window.parent.close() 'window.parent is the frameset containing the form.