help for navigation in a database website

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

    help for navigation in a database website

    I am currently working on a static website for an auto parts company.
    I've spent quite a long time with the owner of the business in
    developing a javascript version of a windows explorer type of
    navigation to be able to find these parts.

    I was just notified that the individual that wants this done also does
    not want the external .js file to be able to be copied, and someone
    else profit from his/our work. I know that you cannot hide a client
    side file; no matter how hard you try someone can get it. However, if
    I deciped to go with a database instead, could I use a variant of this
    file or convert it to another type that will allow me to use an access
    dbase that we have, and yet keep my navigation the way I programmed
    it? Thank you!


    Jason
  • VK

    #2
    Re: help for navigation in a database website

    Server-side scripting is only solution.
    I believe you already asked this question and got the same answer.

    Jason <type44_5k@yaho o.com> wrote in message
    news:9ecd16ce.0 310240936.4e6de 99@posting.goog le.com...[color=blue]
    > I am currently working on a static website for an auto parts company.
    > I've spent quite a long time with the owner of the business in
    > developing a javascript version of a windows explorer type of
    > navigation to be able to find these parts.
    >
    > I was just notified that the individual that wants this done also does
    > not want the external .js file to be able to be copied, and someone
    > else profit from his/our work. I know that you cannot hide a client
    > side file; no matter how hard you try someone can get it. However, if
    > I deciped to go with a database instead, could I use a variant of this
    > file or convert it to another type that will allow me to use an access
    > dbase that we have, and yet keep my navigation the way I programmed
    > it? Thank you!
    >
    >
    > Jason[/color]


    Comment

    Working...