FrameKiller

This component allows you to guarantee that a page is placed in either a certain frame or none of the frames. It can also automaticaly create a frame and open a form in it (this is necessary if you want to postback in a modal window of the Internet Explorer).


Load frameset and test FrameKiller


Load frameset and test FrameKiller with MustBeInFrame=true 


If the component�s Enabled property is True, TopFrameUrl=�� and MustBeInFrame is False, then it�s guaranteed then the page it is placed on is not located in any frame. < BR>
If TopFrameUrl property is defined, the component guarantees that a web form is placed in a certain frame (which is created on the page located at the address set in TopFrameUrl property). Otherwise redirection to the TopFrameUrl address occurs.

If MustBeInFrame = true, this component creates a frame structure with one frame in which a web form is loaded.. This is necessary if you want a form to be able to postback and simultaneously stay open in a Modal Window. Title property for this frame can be defined.