|
马上注册,结识高手,享用更多资源,轻松玩转三维网社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
关于模板的自动标列表程序
$ d, q8 p+ Y7 f2 W我兴趣的和我交流: QQ879555882& ~2 n8 ^; `) Z8 d1 P4 f: Q$ C8 t- o
表单的基本语法<form action="url" method=*>
+ c# y# K0 I3 _2 E: K: ~4 G* l... 3 P5 O% A' O' v4 A4 b; G9 c
... \& t4 G* D, ~* C' V
<input type=submit> <input type=reset>
8 r. M3 M. J/ A# Y, f1 K</form> *=GET, POST ' n; }3 S! k. O8 G3 Y# q
9 b1 D( _# S& g表单中提供给用户的输入形式<input type=* name=**>*=text, password, checkbox, radio, image, hidden, submit, reset& B( `1 z3 h+ U `! [- J
**=Symbolic Name for CGI script & M% x! K! `2 Z/ I
' v } H) k C$ X
http://www.gzsums.edu.cn/webclass/html/br20t.gif 文字输入和密码输入*=text, password 9 R8 I( j- A9 t# d
<input type=*>3 E9 y" {0 r1 ~( p( c
<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>您的姓名:
; U; ^$ u, [- \- w* W) y$ \您的主页的网址: , `6 Q+ Y" U) P1 T; R' h9 I: W$ v: I
密码: 3 g% I+ Y0 V }1 u7 X( F' A
$ I- S; q$ I: _) R( }! V" H
( w) g+ s3 ]6 U# i# ?5 I
<input type=* size=**>5 L: J+ X, O7 O# G' V
<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>
) B2 b4 T8 W. A3 o# X6 V$ Q
a0 K+ ]1 z( m% ]# m6 w- E7 s
# M' b0 n: x7 y& i
0 C1 ]6 Z" s4 L& P5 Ahttp://www.gzsums.edu.cn/webclass/html/br20t.gif 复选框(Checkbox) 和 单选框(RadioButton)
0 F! K( [) C, q8 w! `8 l/ {* y9 G<input type=checkbox>% \2 a2 [$ `/ Y2 B4 w( k$ X& z
<input type=checkbox checked>( v8 m5 `% c1 e
<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>Banana9 b) j$ V) d; N& h- Z; E9 G
Apple
, C7 A, j1 `* b& `8 i" n* p0 pOrange
/ F' G% c' Q8 g7 J
4 d+ {+ \& N9 `8 q7 y: Q& q( d8 @$ W% [2 ~
<input type=radio value=**>
1 z$ `1 [3 u( O1 t9 A<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. E0 W# E3 \# ]( Y3 z% `
Apple
7 F3 ]/ Y+ j4 ^2 oOrange" y" V. w8 M6 J' g% n* G
9 G6 N+ H' V( Y9 }2 J0 e$ {! M: B0 h
5 a, J* K" p) s$ i/ V% B+ S1 u
http://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>' B$ x5 U/ m1 m& J
x2 x4 x60 K& O* W+ B$ Z, I
$ H! y" K ~ ~$ l2 B- l5 q+ N8 f8 a
http://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.
0 {' f* f3 @1 e& z3 ]6 A- C& a" \! i k4 J; L
" Q2 {* {3 ]" R- }1 xhttp://www.gzsums.edu.cn/webclass/html/br20t.gif 列表框(Selectable Menu) 5 W5 K/ \. `: i6 j/ j
基本语法<select name=*>
) b! E. h0 K% \7 u<option> ...
) S, n; W5 m5 x</select> ( g, p, }; B3 t2 T J( n
<option selected>
: Y' M! n- ^5 g3 Y% f<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>
8 j0 @) x- S* @, O3 Y4 W+ Y+ }9 Z! y& _2 b+ s
# w! a1 X; A* ^9 w: e& H/ N+ s<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>3 J/ Y7 J9 S2 ^, }
- k* u& s: m9 D1 T( N; P0 E
* C* H: }" _: j- k( B5 ~/ L- _
<select size=** multiple>注意,是用 Ctrl 键配合鼠标实现多选。
8 d" n: T/ G( }# @3 e& Y' T5 _/ Y(和 MS-WINDOWS 的 File Manager 一样) 7 K( S( J m' ~1 S7 x
<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>
% p5 `5 J2 F5 h& u3 R) ?7 \+ x; S1 v" {: A9 r) }9 m n( ~
7 R, P1 I0 \& x, {, a: x
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>
. E1 |. E7 q& p/ n0 ^8 P' i2 R4 m7 a4 q
" P5 w. C& `2 u
对于很长的行是否进行换行的设置(Word Wrapping) http://www.gzsums.edu.cn/webclass/html/netscape.gif<textarea wrap=off> ... </textarea>不换行,是缺省设置。 % v9 z; i b7 B% n4 t$ X; h+ k
<textarea wrap=soft> ... </textarea>“软换行”,好象 MS-WORD 里的“软回车”。
( ^, G% {1 K* C9 x6 a; C; r* Q! R<form action=/cgi-bin/post-query method=POST>
& N: ^2 U2 ~. d& y- |( f ~<textarea wrap=soft name=comment rows=5 cols=25> </textarea><P>
" B* N8 y3 Y5 ^" S' M0 g& |* D+ i<input type=submit><input type=reset>0 @" W6 v7 Z+ Q3 b+ O; f
</form>9 [9 [" P% ]+ h5 }$ R0 p0 \
. B9 [* i) ^) w+ P3 J( u/ s
/ f, Z1 E. @ p* _" F A2 T3 R9 \0 o! Q" H& P$ v; m
<textarea wrap=hard> ... </textarea>“硬换行”,好象 MS-WORD 里的“硬回车”。 3 b7 ~$ D& y9 v0 `3 H% I
<form action=/cgi-bin/post-query method=POST>3 i( O& ^( O7 ]7 [3 W0 Z7 a- P# G
<textarea wrap=hard name=comment rows=5 cols=25> </textarea><P>
4 W- N6 Z2 `" s5 U<input type=submit><input type=reset>
9 k4 [1 }. [1 z" c& V</form> |
|