📄 wshkit_dialog.htm
字号:
<HTML>
<HEAD>
<TITLE>WshKit.DialogBox Sample</TITLE>
</HEAD>
<BODY SCROLL="no" TIP="Hi, Monty! How's your Python?">
<!--
TIP is used for "status bar" information
any element can have a TIP applied
-->
<P>Please fill out the following information:</P>
<TABLE CELLSPACING="2" ALIGN="center">
<TR>
<TD ALIGN="right">What is your name?</TD>
<TD> </TD>
<TD><INPUT TYPE="text" ID="txtName"/></TD>
</TR>
<TR>
<TD ALIGN="right">What is your quest?</TD>
<TD> </TD>
<TD><INPUT TYPE="text" ID="txtQuest"/></TD>
</TR>
<TR>
<TD ALIGN="right">What is your favorite color?</TD>
<TD> </TD>
<TD><INPUT TYPE="text" ID="txtColor"/></TD>
</TR>
</TABLE>
<P>Clicking "OK" will store the current values in local variables, and echo the values back to you.</P>
<P>Clicking "Cancel" will discard form information.</P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -