password protect

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

    password protect

    I am going to write a simple program to do invoice pricing for our company
    by inputing a few perameters like customer name, square footage, etc. Is
    there a way to password protect the source code of the program so that only
    the owner of the company can change the numbers used by the program?
    Thanks. -Allen Thompson


  • Randy Webb

    #2
    Re: password protect

    Allen Thompson wrote:[color=blue]
    > I am going to write a simple program to do invoice pricing for our company
    > by inputing a few perameters like customer name, square footage, etc. Is
    > there a way to password protect the source code of the program so that only
    > the owner of the company can change the numbers used by the program?[/color]

    Set it up on a server, use a server side language, and then you can. If
    you attempt to use client-side javascript then you can't protect it, not
    easily.



    --
    Randy
    Chance Favors The Prepared Mind
    comp.lang.javas cript FAQ - http://jibbering.com/faq/

    Comment

    Working...