Announcement

Collapse
No announcement yet.

command

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    command

    Okay, I had great help setting up a few embedded web pages within HS and I thought I had it all figured out... Specifically, Rupp helped me and I noted that a lot of the pages captured other web pages by using the "<img src="www.webpage.com"> string.

    So I tried to mimic that with some other examples and it didn't work?

    I want to embed this: http://www.dpwt.com/jpgcap/42.html into a HS page.

    This did NOT work:
    <img src=http://www.dpwt.com/jpgcap/42.html>

    My page is an ASP page, and the string above looked (to me) identical to another one that works, albeit a different URL of course.

    Can someone please explain to me how this works and what I'm doing wrong?

    Many thanks,
    Jcd

    _____________________________
    HS running on dedicated Dell Precision 2.8Ghz P4 533FSB, 1GB 400Mhz RDRAM - HS v1.6.27 w/ AT&T Voices
    SG running on dedicated Dell 4500 933Mhz P3, 512mb ECC RAM - SG v2.42d, IR-Xpander, 3 I/O-Xpanders.
    SG Plug-in 0.1.93
    _____________________________

    #2
    The "<img src=" tag is for images only so if you only want the image try this line:
    [code]
    <img src="http://www.dpwt.com/jpgcap/capture/9440541.42.jpg">

    I'm not sure if this image name changes or mot. If it doesn't then this is all you need but if it does then you'll either need to load the whole page in a IFrame or use hs.geturl and parse the image out of the above mention page. Let me/us know and we'll figure it out together.

    -Rupp
    ...One Nation Under GOD, Indivisible, With Liberty And Justice For All.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      Rupp, Thanks. I tried the exact string you had, except my file # was different - and I know the DPWT refreshes the image every couple minutes.

      Basically, the DPWT (highway dept, whatever) has a bunch of traffic cams, but only one per page. I want to "collect" the relevant intersections near our home and commuting paths and tile them all onto a HS page that will keep refreshing the images every couple minutes as they're updated.

      I vaguely understood the iframe reference because I've seen it, but other than that I'm (again) in over my head here.

      My camera pages are way cool though - thanks for all the help there!

      Jcd

      _____________________________
      HS running on dedicated Dell Precision 2.8Ghz P4 533FSB, 1GB 400Mhz RDRAM - HS v1.6.27 w/ AT&T Voices
      SG running on dedicated Dell 4500 933Mhz P3, 512mb ECC RAM - SG v2.42d, IR-Xpander, 3 I/O-Xpanders.
      SG Plug-in 0.1.93
      _____________________________

      Comment

      Working...
      X