|
马上注册,结识高手,享用更多资源,轻松玩转三维网社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
关于模板的自动标列表程序
, N9 i& g+ D, G6 D& p2 j我兴趣的和我交流: QQ879555882
) A) k, ~9 P/ U表单的基本语法<form action="url" method=*>
) C. d( u; U; b, N...
% T! P/ h8 @/ {# g...
2 y4 X" X% y' o5 d4 U<input type=submit> <input type=reset>
4 s& d. W5 `; Z4 l4 `# |1 ?</form> *=GET, POST
1 d. R E; C! Y* O( x$ ?* k' ^ m3 {; v0 x
表单中提供给用户的输入形式<input type=* name=**>*=text, password, checkbox, radio, image, hidden, submit, reset7 `8 T$ }9 x+ x! b; h, M% h
**=Symbolic Name for CGI script / z* H5 h2 u/ ?; g) C8 ~+ Y: k
0 I* O0 ]( F. t; khttp://www.gzsums.edu.cn/webclass/html/br20t.gif 文字输入和密码输入*=text, password
9 G4 ?+ [2 c7 }& M* w" X* O# B<input type=*>9 y! E: T2 y9 A# y2 x& v7 F
<input type=* value=**><form action=/cgi-bin/post-query method=POST>您的姓名: <input type=text name=姓名><br>您的主页的网址: <input type=text name=网址 value=http://><br>密码: <input type=password name=密码><br><input type=submit value="发送"><input type=reset value="重设"></form>您的姓名: * f5 [" ~ b2 Y% x
您的主页的网址:
: l8 k' s& ^/ S; V* w- Q密码:
$ `; r) q$ \' |9 a# t5 Z8 ~6 S4 e. q. M- d( b( b8 J
* s4 [7 d- s! Z) Y% y- i<input type=* size=**>
6 Y: V. z7 w: G! q7 a<input type=* maxlength=**><form action=/cgi-bin/post-query method=POST><input type=text name=a01 size=40><br><input type=text name=a02 maxlength=5><br><input type=submit><input type=reset></form>
0 w3 X1 f% G5 _0 t- ?5 O( ?- o& ^7 v7 S
( U& p2 _4 x4 n$ i/ E. V. d% i3 v
/ N& _: W9 N0 e% @- U# p, ?1 [http://www.gzsums.edu.cn/webclass/html/br20t.gif 复选框(Checkbox) 和 单选框(RadioButton) 0 b2 c& }7 ~. d
<input type=checkbox>
. Z9 y0 r7 N7 z& f, i% P l<input type=checkbox checked>7 g3 P% K# j4 p, O5 ]3 B9 ?0 P5 Z
<input type=checkbox value=**><form action=/cgi-bin/post-query method=POST><input type=checkbox name=水果1> Banana<p><input type=checkbox name=水果2 checked> Apple<p><input type=checkbox name=水果3 value=橘子> Orange<p><input type=submit><input type=reset></form>Banana
: x& j F6 k9 c9 u) IApple
- J* z$ g) S6 ?9 Y/ f' d" R6 SOrange
$ J8 a/ d- d2 G* G. J
. N! B; O1 ]% l# Z. y: o4 k; w$ g
% W7 E( P: _5 ~& r1 r6 ^2 N& ~<input type=radio value=**>
m3 Y+ J. b$ j<input type=radio value=** checked><form action=/cgi-bin/post-query method=POST><input type=radio name=水果> Banana<p><input type=radio name=水果 checked> Apple<p><input type=radio name=水果 value=橘子> Orange<p><input type=submit><input type=reset></form>Banana% M0 k! b+ D4 ~$ \7 h6 ]: r5 P& _; [/ ^2 t
Apple
6 |" }+ q, V+ _Orange
" E5 `) e/ t! j: F+ G0 c4 A' }% a: ^2 n; i! H
/ n. h, T5 b4 ^3 Qhttp://www.gzsums.edu.cn/webclass/html/br20t.gif 图象坐标 在下面选则一个系数后,在图象上点一下,就知道什么是图象坐标了! <input type=image src=url><form action=/cgi-bin/post-query method=POST><input type=image name=face src=f.gif><p><input type=radio name=zoom value=2 checked>x2<input type=radio name=zoom value=4>x4<input type=radio name=zoom value=6>x6<p><input type=reset></form>/ M9 M) j. z7 k. @
x2 x4 x6
, v8 s. ]! l+ a9 ^* Q0 N5 @- L% ~- ]
4 C% Z: K* J" Phttp://www.gzsums.edu.cn/webclass/html/br20t.gif 隐藏表单的元素 <input type=hidden value=*><form action=/cgi-bin/post-query method=POST><input type=hidden name=add value=hoge@hoge.jp>Here is a hidden element. <p><input type=submit><input type=reset></form>Here is a hidden element. * a, Z4 g0 e+ v4 S7 z" `
0 u& ^/ g& o6 M ^# R6 ]
5 d9 ]; |( I* b' q$ @http://www.gzsums.edu.cn/webclass/html/br20t.gif 列表框(Selectable Menu)
# @# c, x. _# e3 j1 q3 h8 ?基本语法<select name=*>. {- i7 W( h$ f/ G/ Z4 c0 b
<option> ...
& m7 B6 A7 {4 `% T! T</select>
5 _2 D% u9 c7 c! C<option selected>
) N1 v8 Z' C3 V<option value=**><form action=/cgi-bin/post-query method=POST><select name=fruits> <option>Banana <option selected>Apple <option value=My_Favorite>Orange</select><p><input type=submit><input type=reset></form>
' i/ G) X% @, \) y
3 C3 V% d7 G: s: q' @
# q9 A+ q1 s! a; A, d e1 r<select size=**><form action=/cgi-bin/post-query method=POST><select name=fruits size=3> <option>Banana <option selected>Apple <option value=My_Favorite>Orange <option>Peach</select><p><input type=submit><input type=reset></form>
8 n: T6 ]# w1 a' ]; K6 o( B4 ^4 ?! F+ [" Z" `- d1 g3 f) @6 X
$ O4 Z Z: a0 E" n# R
<select size=** multiple>注意,是用 Ctrl 键配合鼠标实现多选。. e" N6 {3 A5 C+ ^8 L6 N+ @$ F
(和 MS-WINDOWS 的 File Manager 一样)
4 T' Z4 V% [# H& r9 u% F<form action=/cgi-bin/post-query method=POST><select name=fruits size=3 multiple> <option selected>Banana <option selected>Apple <option value=My_Favorite>Orange <option selected>Peach</select><p><input type=submit><input type=reset></form>
& y8 J- K8 o7 X2 x1 Z& W& g+ o. R* J, e5 d# y& y
0 {! J1 ?& U; B5 ^7 R2 {8 {http://www.gzsums.edu.cn/webclass/html/br20t.gif 文本区域<textarea name=* rows=** cols=**> ... <textarea><form action=/cgi-bin/post-query method=POST><textarea name=comment rows=5 cols=60></textarea><P><input type=submit><input type=reset></form>( r1 |. y- N) j, G, t
4 |2 A0 h+ v3 I+ v2 m8 [, _
( A' b& u, L$ E* ^2 X- r对于很长的行是否进行换行的设置(Word Wrapping) http://www.gzsums.edu.cn/webclass/html/netscape.gif<textarea wrap=off> ... </textarea>不换行,是缺省设置。
6 E2 A3 \& e+ C7 i<textarea wrap=soft> ... </textarea>“软换行”,好象 MS-WORD 里的“软回车”。
# D7 }# A6 w' x' v8 j5 b<form action=/cgi-bin/post-query method=POST>1 j; e5 y/ V, i1 M
<textarea wrap=soft name=comment rows=5 cols=25> </textarea><P>$ X' ]* `) _; i
<input type=submit><input type=reset>
3 Y' Y, i- i: P3 _1 S3 v5 M3 B6 f</form>7 i( e/ ^/ y v
7 @0 R6 g8 E. R* C2 i7 D
1 O7 x0 @. C. L0 N$ ^/ j6 W1 k! t# T- |+ R& o
<textarea wrap=hard> ... </textarea>“硬换行”,好象 MS-WORD 里的“硬回车”。
- |/ [0 s% K6 W( t1 M! X<form action=/cgi-bin/post-query method=POST>
( i5 N6 x3 Y+ I+ x) P<textarea wrap=hard name=comment rows=5 cols=25> </textarea><P>
) t5 Q9 r7 S. u- ^<input type=submit><input type=reset>0 O/ m! ]4 x4 h) Z' X3 ^4 ?
</form> |
|