Announcement

Collapse
No announcement yet.

OK real quick question about putting a device string in my web page...

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

    OK real quick question about putting a device string in my web page...

    How do you do it. I just want the device string to show up in the corner of a web page.

    Thanks

    Dave

    #2
    Dave,
    To add a device string to an asp page you need to use a line like:
    PHP Code:
    <%Response.Write hs.devicestring "A1"%> 
    Yep forgot those darn php tags.
    Last edited by Rupp; December 25, 2004, 04:23 PM.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      <%
      response.send hs.DeviceString ("A8")
      %>
      ______________________________
      Skibumsplace - Locate Me

      Comment


        #4
        I am beginning to wonder which board was worse.... this one is sure getting to me lately.....
        ______________________________
        Skibumsplace - Locate Me

        Comment


          #5
          PHP Code:
           <%
          response.send hs.DeviceString ("A8")
          %> 
          ______________________________
          Skibumsplace - Locate Me

          Comment


            #6
            ahh thats better

            Thanks a million.

            Dave

            Comment

            Working...
            X