Announcement

Collapse
No announcement yet.

Need Help with Custom Header

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

    Need Help with Custom Header

    I am trying to learn how to program my own pages in asp. I am aware of web wrapper, and I use it, but I am trying to learn how to create everything on my own. How can I add the doo menu bar to what I have written so far.
    I know it is probably some kind of include file, but it is not links.htm. I tried that, and it did not work.
    <%@ Language=VBScript %>
    <%Option Explicit%>




    <%
    response.write hs.sunrise
    response.write "
    "
    response.write hs.sunset
    response.write "
    "
    response.write "Current Temperature: " & hs.devicevalue ("w1")
    %>
    <%@ Language=VBScript %>
    <%Option Explicit%>




    <%
    response.write hs.sunrise
    response.write "
    "
    response.write hs.sunset
    response.write "
    "
    response.write "Current Temperature: " & hs.devicevalue ("w1")
    %>


    <%
    response.write hs.sunrise
    response.write "
    "
    response.write hs.sunset
    response.write "
    "
    response.write "Current Temperature: " & hs.devicevalue ("w1")

    %>





    <%
    response.write hs.sunrise
    response.write "
    "
    response.write hs.sunset
    response.write "
    "
    response.write "Current Temperature: " & hs.devicevalue ("w1")

    %>
    Attached Files
    Last edited by ; December 2, 2004, 04:21 PM.

    #2
    Here are the instructions, but I can't get it to work. Could someone steer me in the right direction? Thanks.
    Attached Files
    Last edited by ; December 2, 2004, 08:04 PM.

    Comment


      #3
      Beach,

      My apologies, it appears that I made a typo in the instructions and as well as in the includes\doomenubar\doo_menubar.inc file. This will be included in the next release.

      I have attached a fixed doo_menubar.inc to replace the one in your homeseer\html\includes\doomenubar folder.

      And use the following line instead for step 2:
      Attached Files

      Comment


        #4
        Matrix,


        Thanks. What line should I use? You didn't post it.

        Comment


          #5
          That's strange, the line was there when I previewed it.

          Here it is:
          PHP Code:
           <%=CreateDooMenuBar%> 

          Comment

          Working...
          X