Clarification: this will only work if you put the script inside the page
that the header() command points to. If you put the header() command in
the same document with this script, then the header() command won't
work, since you'll be sending output to the browser.
Here's a thought. Use the hea
Anywhere in the of the page you're gonna bust out, place this
small code --
if (parent.frames.length > 0) {
parent.location.href = self.document.location
}
Benjamin deRuyter wrote:
> Does anybody know of a way to break out of a frameset whil
2 matches
Mail list logo