Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/passwordbox.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 332 - (show annotations) (download) (as text)
Sun Dec 17 15:20:31 2006 UTC (17 years, 5 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/passwordbox.html
File MIME type: text/html
File size: 906 byte(s)
no message

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <HTML>
4 <HEAD>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <TITLE>passwordbox</TITLE>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </HEAD>
10 <BODY>
11
12 <DIV ALIGN="left">
13 <FONT SIZE="+2">passwordbox</FONT><BR><BR>
14 </div>
15
16 Format:
17 <UL>
18 <B>passwordbox &lt;message&gt; &lt;title&gt;</B>
19 </UL>
20 <P></P>
21
22 Displays a dialog box prompting the user to input a password.
23 <P></P>
24
25 The &lt;message&gt; is displayed in the dialog box. The &lt;title&gt; is displayed as the dialog box title. The password typed by the user is not displayed as is.
26 Instead, asterisks are displayed. The password is returned in the system variable "inputstr".
27 <P></P>
28
29 <pre>
30 Example:
31 passwordbox 'Enter password' 'Login'
32 </pre>
33
34 </BODY>
35 </HTML>
36

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26