A Few Ideas
I will include more as they are given to me or as they come to me!!!
- In the header of all of you HTML files put a base tag and set TARGET to
_top
This will de-frame the page when going to the next (I am working on a
way to de-frame upon a load, but I am not sure it is possible without using
JavaScript.
<head>
<base target="_top">
<title>Page Title</title>
</head>
- JavaScript Method (from Kelson Vibber)
top.location.href=self.location.href
I.Greenstein@ummed.edu