Page within a page

User 458539 Photo


Registered User
1,647 posts

I have a client that wants to put these pages within our site - not open in a new window

http://www.crh.noaa.gov/radar/radar_lit … =NTP&l

http://www.ssd.noaa.gov/goes/east/sc.html

They are weather pages and can change so it can't be a static shot. If I could do just the maps that would be better but I can't figure that out.

Thanks

Byron
User 2699991 Photo


Registered User
5,402 posts
Online Now

Byron Tipping wrote:
I have a client that wants to put these pages within our site - not open in a new window

http://www.crh.noaa.gov/radar/radar_lit … =NTP&l

http://www.ssd.noaa.gov/goes/east/sc.html

They are weather pages and can change so it can't be a static shot. If I could do just the maps that would be better but I can't figure that out.

Thanks


Byron


One problem is that those pages are not responsive, the other problem is that the images (eg large map ) are linked to other sources outside of the page you want displayed

If you place an "html" element into a column (row & html element set to width 100% and max width to none, then into the html element window on the design pane paste the code

for the first one
<iframe width="1400" height="1200"src="http://www.crh.noaa.gov/radar/radar_lite.php?rid=crp&product=NTP&l">allowfullscreen</iframe>


for the second one
<iframe width="1400" height="1200"src="http://www.ssd.noaa.gov/goes/east/sc.html">allowfullscreen</iframe>

That works to an extent, (although it doesn't give me the radar image because im in Indonesia.)

You can then mess about with widths heights etc , but still isn't going to be responsive at lower end of the scale.
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS


A simple quick way to contact me
https://rsd-tutorialscom.coffeecup.com/index.html
User 2147646 Photo


Registered User
233 posts

They have an API that would allow for integration into a website. https://www.ncdc.noaa.gov/cdo-web/webservices/v2

User 458539 Photo


Registered User
1,647 posts

Thanks guys!!!!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.