Announcement

Collapse
No announcement yet.

includes.zip

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

    includes.zip

    Where to find the latest includes files to HS 2.1.
    style.asp, header.asp etc.
    Thanks
    Please excuse any spelling and grammatical errors I may make.
    --
    Tasker Plugin / Speech Droid
    Tonlof | Sweden

    #2
    I'm just starting to mess with the style setup so I can't help you there. But if you just want to have the HOMESEER header and footer "included" on your asp page just add the following. It is done a little different in 2.x. Actually this shows what I do for style but I'm not sure I do it correctly yet so I was not gonna comment on that.


    HTML Code:
    <%=hs.GetPageHeader("Tman CPU","","",False,False,False,False,False)%>
    <%@ Language=VBScript %>
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" Content="Microsoft FrontPage 5.0">
    <link rel="stylesheet" type="text/css" href="STYLE.CSS">
    <link rel="stylesheet" type="text/css" href="Custom.CSS">
    </head>
    <body>
     ~your page code here~
    </body>
    </html>
    <%=hs.GetPageFooter(False)%>

    Hope that helps, Later Terry

    Comment

    Working...
    X