[thelist] Client side vs. Server side?

Scott Dexter sgd at ti3.com
Wed May 24 15:59:50 2000


> but I also intend 
> to have a form
> for people to join the service so should this  be validated 
> client or server
> side (I suspect this is just a matter of preference). I know enough

do both. Javascript can be usurped. its more work, yes, but more robust.

> JavaScript to do this client side so that won't be a problem.
>               And while I'm on the subject, does anyone have 
> a script that,
> when the user types in a password, it comes up as a series of 
> *********
> instead of their actual password?


<input type="password" ... >


sgd
--
think safely