Static Page & Include files

Discussion in 'HTML & Website Design' started by djrishi, Jun 6, 2007.

  1. #1
    I am running this site haircareresources (dot) com. All these pages are static htm pages. Is there any way to manage left navigation just like include files so that i dont have modify each one of them ???
     
    djrishi, Jun 6, 2007 IP
  2. panfor

    panfor Peon

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    With html it is not possible. But we have php.
     
    panfor, Jun 9, 2007 IP
  3. grusomhat

    grusomhat Peon

    Messages:
    277
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    grusomhat, Jun 10, 2007 IP
  4. rayofshadow

    rayofshadow Member

    Messages:
    41
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #4
    yes you can do that with html, or you can use frame or javascript function to call other page

    but recomended to use any programming language, if you can't create by your self, better than you use instan CMS, its powerfull and easy to maintain.
     
    rayofshadow, Jun 10, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Dan Schulz, Jun 10, 2007 IP
  6. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #6
    As your site is on IIS6 servers it would be easiest to just use ASP.Net's master files.

    Create a template, add a content control. All pages then simply have the content and IIS automatically puts the content into the area you have the content control
     
    AstarothSolutions, Jun 10, 2007 IP