iframe priority problem

I am building a web site page and using a simple iframe statement to open links on the page in that frame. This works well for some links but others just take over the whole page. What gives ??
 
are you sure it is not the site in the 2nd set that is running a "frame breaker"?
 
I don't underdstand your question. the page with iframe2.html is the frame breaker. I can find other frame breakers and others that behave O.K. if that would help.
 
yeah, it's the site you're trying to load in the frame. They have javascript that detects if it's in a frame, and then reloads the page and forces it out of frames. not much you can do about that.
 
Back
Top