iframes in iframes ?????

Im havin a really strange problem...<br />
<br />
im loading in a page into an iframe... but on that page there are links but they dont seem to be working..<br />
<br />
ive tested the page itself and works fine but when the page is in the iframe the links dont seem to work<br />
<br />
canny anyone help ?<!--content-->Maybe if the links on the page you are putting in your frame have only relative URI's (like href=http://www.webdeveloper.com/forum/archive/index.php/"anotherpage.html"), as opposed to absoloute ones (like href="http://www.someserver.com/pages/anotherpage.html" ) then perhaps the browser might be trying to use the links relative to the server and directory that the main page holding the frame is in, rather than relative to the location of the server and directory the page in the iframe is coming from.<br />
<br />
Only explanation I can think of right now.<!--content-->
 
Back
Top