Using Iframes to show my other website
DrupalTime - November 10, 2009 - 22:53
I want to create an Iframe and show a page from one of my websites (website 1) on another one of my websites (website 2) and I'm not quite sure how to do that. I want the frame of website 1 to go around websites 2's page with a URL from website 1.
I downloaded the iframe and content modules and uploaded them and enabled them but I'm not quite sure how to do what I want. Any help would be greatly appreciated! Thanks a lot.
Oh and I'm using the newest release of Drupal...tkx

I just used html
Pasted this in the plain text of the page, set the input format to full html. Done
<IFRAME width = "100%" height = "2000px" SRC="http://forecast.weather.gov/MapClick.php?map.x=168&map.y=148&minlon=-124.5&maxlon=-119.3&minlat=35.65&maxlat=39.65&mapwidth=354&site=mtr&zmx=1&zmy=1&mp=1" TITLE="NOAA Weather"><!-- Alternate content for non-supporting browsers -->
<H2>Weather Link</H2>
<a href = "http://www.wrh.noaa.gov/mtr/">Click here</a>
</IFRAME>
---------------------
"He's said to be outspoken, but nobody's actually seen anyone do it"
thanks a lot for the
thanks a lot for the recommendation. For some reason it didn't work though...I went to create content, page, changed input to full HTML, paste code you said in HTML editor...and then nothing showed up? Any suggestions. Thanks
I just used html
Whoops. Double post. I suppose you could also use a PHP command to fetch the page and print it. That works too, but can screw up the look of your site.
---------------------
"He's said to be outspoken, but nobody's actually seen anyone do it"
For example...I just tried to
For example...I just tried to create a page and placed this code in the HTML editor (I use TinyMCE as my WYSIWYG editor)
If you can see this, your browser doesn't
understand IFRAME. However, we'll still
link
you to the file.
and my page only displays this:
If you can see this, your browser doesn't understand IFRAME. However, we'll still <A HREF="hello.html">link</A> you to the file.
Any suggestions?
Thanks
Well, be sure to use the full
Well, be sure to use the full html input format. D'ja do that?
---------------------
"He's said to be outspoken, but nobody's actually seen anyone do it"
Ok I figured it out! You're
Ok I figured it out! You're right...about changing it to full HTML but the thing I wasn't doing was disabling the rich text editor...once I did that and just pasted the code it worked! Thanks again.
Whoops...the first part of
Whoops...the first part of this was suppose to be code but it disappeared once I hit post.