You can do it with a hyperlink to "about
:blank" specifying the frame name in the taget attribute.
Or you can use the frames collection in
JS/VBS to change the location.href of each frame to about
:blank, something like
parent.frames["framename"].window.location.href="about
:blank"