Need advice

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Madhusudan Singh

    Need advice

    Hi
    I am in the process of "beautifyin g" a web site based on PHP + XTemplate. I
    wish to include a fixed left navigation bar on almost all the pages. I have
    a xtpl file that defines the header of each HTML document. If I use
    FRAMESET etc. directives in this, how do I make sure that the main page is
    shown in as a window.frame[1] kind of object (borrowing some terminology
    from javascript) ?

    How does the above change if the contents of the navigation bar are a
    result of a SQL query ?

    Thanks,

    MS


  • Randell D.

    #2
    Re: Need advice


    "Madhusudan Singh" <spammers-go-here@yahoo.com> wrote in message
    news:be5jv6$1j0 p5$1@ID-159130.news.dfn cis.de...[color=blue]
    > Hi
    > I am in the process of "beautifyin g" a web site based on PHP +[/color]
    XTemplate. I[color=blue]
    > wish to include a fixed left navigation bar on almost all the pages. I[/color]
    have[color=blue]
    > a xtpl file that defines the header of each HTML document. If I use
    > FRAMESET etc. directives in this, how do I make sure that the main page is
    > shown in as a window.frame[1] kind of object (borrowing some terminology
    > from javascript) ?
    >
    > How does the above change if the contents of the navigation bar[/color]
    are a[color=blue]
    > result of a SQL query ?
    >
    > Thanks,
    >
    > MS
    >
    >[/color]

    PHP is server based - you want to keep track on the client side so PHP is
    unlikely to be of help - Its probably somewhat possible to do what you want
    to do using PHP but it won't be friendly... I suggest a post to javascript
    or some other client side based newsgroup


    Comment

    Working...