Focal Point
variables

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6391088331

August 12, 2005, 09:10 PM
DLR
variables
I have a report that I am publishing to the web and the user has to input a password variable. Is there a way to set a noecho for the input variable so no one can see what the user is typing in?

THANKS for any help you can give
August 12, 2005, 09:34 PM
reFOCUSing
Not sure if this is what you mean but try this:
SET MESSAGE = OFF
-SET &ECHO = OFF;

Can you give more information on what you mean by noecho?
August 15, 2005, 05:22 AM
susannah
<input type=password name=mypass>
HTML will automatically dot out whatever p/w the user types in when the type of input box is set to password.