| <SCRIPT LANGUAGE="JavaScript"><!--
if (window != top) top.location.href = location.href;
--></SCRIPT>
should do it. It checks if your page is in a frame or not, and if not it makes your browser go to the page (at the top level).
| Submitted by: Anonymous 1 year ago
|