Announcement

Collapse
No announcement yet.

how to remove web wrapper reference

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

    how to remove web wrapper reference

    I am in the process of changing my status page over to work with HS2

    I am trying to have the page display the same as hs1

    It used the web wrapper which is no longer used.

    I can't seem to figure out how to do it to look the same.The Code is in the attachment

    With this as it is, it lists the device name, followed by its icon and finally the state of the device, on or off.

    I would like to keep it that way if possible.

    I have been able to get the icon followed by the state with my trials just not as it used to be displayed

    thanks

    David
    Attached Files

    #2
    What I did was write a function that uses the same arguments passed to like the old web wrapper, as I had multipule web pages to update to HS2.
    I works with very little changes in the web pages.

    See Attachment for code.



    Hope this helps
    k
    Attached Files

    Comment


      #3
      I think you want to change you old 'web wrapper' reference in HS 1.x web pages to this:

      <%Response.Write (hs.GetPageHeader("Voice Reminders","","",False,False,False,False,False)) %>

      Look up hs.GetPageHeader in the HS Help for more details.
      http://homeseer.com/support/homeseer...pageheader.htm



      It will convert the HS 1.x links at the top of the web page to the 2.x style buttons if that is what you wanted.


      ~Bill

      Comment


        #4
        Thankls

        Thanks guys. I am playing around with it and having some luck. I will let you know if I need anything else

        David

        Comment

        Working...
        X