the_oliver Posted March 25, 2007 Share Posted March 25, 2007 Hello, I wish to display the contents of a diffrent website page (https://www2.thedomin.com), within a 'main' site http://www.thedomain.com). I have tried doing this thought an iframe with the following: (include a header) <iframe scr="https://www2.thedomain.com/blaa" width="100%"></iframe> (include a footer) This works but the height of the iframe is always to small. I fould like this to change to fitt its contents. Can anyone tell me how to do this? Perhaps an iframe is the wrong way? Many Thanks! Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted March 25, 2007 Share Posted March 25, 2007 prehaps use a frame set instead Quote Link to comment Share on other sites More sharing options...
the_oliver Posted March 25, 2007 Author Share Posted March 25, 2007 yer, I thought of that, however it needs to be displaied insite a table row, defined in the header and footer. Is there no way of making it simply expand to fit? Thanks! Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted March 26, 2007 Share Posted March 26, 2007 you can set the both height and width of an iframe! (include a header) <iframe scr="https://www2.thedomain.com/blaa" width="100%" height="350"></iframe> (include a footer) I think I am correct in stating that the frame width will be relative to YOUR document not the width of the document you are loading... so if "100%" is not wide enough I would suggest either just opening the site in a new window or using a fixed pixel value for your iframe. Quote Link to comment Share on other sites More sharing options...
fredb Posted March 28, 2007 Share Posted March 28, 2007 If your server supports SSI, you can always use that. <!--#include virtual="/urlpath/to/myfile.htm" --> Put that in the <tr> where you want the file displayed. Just set your height and width in the <tr> tag. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.