[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Value of Password Objects



At 02:47 PM 2/13/96 PST, you wrote:
>     I am trying to access the value property of a password object and 
>     assign it to either a string or to the value property of another text 
>     object. Whenever I attempt this, it appears that the value property of 
>     the password object has no value. Using the length method on the value 
>     property of a password object returns a value of 0. 

The value of password inputs cannot be read by JavaScript, as a security
measure. 

-- Gordon