Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cancelling frame-breaking

Status
Not open for further replies.

krappleby025

Programmer
Sep 6, 2001
347
NL
Can anyone help.

I have a website, that works fine under normal circumstances, however my home page (ntlworld.com) has some sort of FRAME BUSTER on it.

When i redirect to my site Candfa.com from this site my flash links no longer work properly and instead of loading in the correct window, load in fullscreen..

Do a test to see what i mean

1. load candfa.com (click on any of the flash links (it works)
2. in the same window load ntlworld.com
3. in the same window, load candfa.com again (click on any of the flash links (see what i mean)

i need to know how to stop this..

Cheers

Yes the site uses frames, and no i dont want to use some other method. and yes the flash is correct :)

cheers
 
Try specifying the target of headpane to main.

Also - this bit of code in your main page needs attention.
Code:
<style>
<style>
<!--
.style1 {
	font-size: 10px;
	font-weight: bold;
}
-->
</style>
</style>
I think you requir a little less style

Keith
 

As well as the points Keith has mentioned...

You have your body in the wrong place. It should not be before the html tag - ideally it should be right after the closing head tag.

You also have no closing html tag.

Hope this helps,
Dan


[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top