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
Page within a page - Post ID 268532
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
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.
STUCK ON SOMETHING?
Learning by doing. Responsive Site Designer Tutorials
Learning by doing. Responsive Site Designer Tutorials
They have an API that would allow for integration into a website. https://www.ncdc.noaa.gov/cdo-web/webservices/v2
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.