QQ登录

只需一步,快速开始

登录 | 注册 | 找回密码

三维网

 找回密码
 注册

QQ登录

只需一步,快速开始

展开

通知     

全站
goto3d 说: 此次SW竞赛获奖名单公布如下,抱歉晚了,版主最近太忙:一等奖:塔山817;二等奖:a9041、飞鱼;三等奖:wx_dfA5IKla、xwj960414、bzlgl、hklecon;请以上各位和版主联系,领取奖金!!!
2022-03-11
系统
[系统通知] 平台第一个项目外包——项目拼多;正式上线,欢迎各单位个人有外包、设计、采购、加工需求的,在此寻找更牛的解决方案
2021-07-01
查看: 1264|回复: 0
收起左侧

[原创] 关于模板的自动标列表程序

[复制链接]
发表于 2008-1-18 12:33:28 | 显示全部楼层 |阅读模式

马上注册,结识高手,享用更多资源,轻松玩转三维网社区。

您需要 登录 才可以下载或查看,没有帐号?注册

x
关于模板的自动标列表程序
  n0 P8 j0 K7 U; L0 h8 c7 O我兴趣的和我交流: QQ879555882/ J! G2 d+ l, ^/ L; B2 p
表单的基本语法<form action="url" method=*>
3 E% j  Z4 k* k, T, M0 Z. M...
* E" H4 J8 X! x" x, k  w+ T...
3 h2 W" y$ D8 d6 D" |% R<input type=submit> <input type=reset># v: S0 I2 H$ {. U
</form>
*=GET, POST * S9 P0 e, Z% y4 D1 _, K

. P: C) a* Q7 b+ R8 v7 z表单中提供给用户的输入形式<input type=* name=**>*=text, password, checkbox, radio, image, hidden, submit, reset& K* {" [, ^" I4 ?/ ?
**=Symbolic Name for CGI script
/ i$ T* y+ c: J
3 p: ^: I6 K( t- R4 y% C! bhttp://www.gzsums.edu.cn/webclass/html/br20t.gif 文字输入和密码输入*=text, password 1 j: P  D( i: D/ b2 b8 B
<input type=*>4 p' n  r% T, I) H8 h
<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>您的姓名: ; o( A$ {1 p: p# a  p, B$ C1 n1 {
您的主页的网址:
) F3 L, s2 f0 n密码:
6 j4 g  k6 _" j) O
/ t1 _0 ~: p7 ?$ m3 G- C& Z1 S* L4 [% x
<input type=* size=**>; l9 P. l  q6 E7 S( 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>
4 I9 W" i# H& `) o; F& U6 I" `  R+ i: h2 q9 t

; V* D7 j# h  }; A9 j( [# c" D7 @
http://www.gzsums.edu.cn/webclass/html/br20t.gif 复选框(Checkbox) 和 单选框(RadioButton)
8 N, Y( ], C' M% }' |0 k: O<input type=checkbox>
( M! j% g  R+ d0 M* F+ v' ?<input type=checkbox checked># D! f; ^9 U( J7 I  }  |; g
<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& k4 Z) I+ q4 x5 m0 |  ^0 y( H5 a) f
Apple- D$ u5 t( Z3 E# O/ T4 H
Orange0 C( Q1 c8 D5 |: ?

7 K. N4 d% H6 e  P' `
- H3 W1 ?8 C- n5 [<input type=radio value=**>
5 z" |; H3 {8 Q5 M$ H: A6 w<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>Banana6 x+ Y+ L- L3 }3 L
Apple" }4 R( z7 D6 ?
Orange
1 ?* J- \- C- z+ [7 c& E2 y- B
4 C7 i; Y. D/ F9 f1 F% v. T" J) R6 P2 A9 q! G
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>
5 S: k7 ?& Q$ xx2 x4 x6% ~. I9 u8 V8 J

. t7 o3 ]  }! t0 j2 b' l
& y# f4 B7 n+ d! H: Y, B0 lhttp://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.
8 {  S. E* ^9 p; b! [& `7 R" [! R8 U. l& K

3 y, ~, [) g; a) R4 f+ _4 qhttp://www.gzsums.edu.cn/webclass/html/br20t.gif 列表框(Selectable Menu)
6 H3 T, b; r7 \/ s" F# y) u基本语法<select name=*>% @8 V4 y% U# T/ W$ [( g
<option> ...
8 H3 s8 P2 n' J& \/ S</select> 9 y$ [! u, `8 C+ R2 N
<option selected>4 m! D9 L+ M" Z" {
<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>
. t- k/ p6 @& U' O! _0 W6 Z9 j$ N& l: O: v4 h% h  Y

: e4 C! d1 C! R7 m( ?<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>' t9 r; D3 Y6 |: {: z0 c6 S, J
( d! ?. Y  }* d* u3 l7 d# T
9 h6 |1 L- q9 y
<select size=** multiple>注意,是用 Ctrl 键配合鼠标实现多选。
& r/ Y3 N/ ^7 |/ w& z(和 MS-WINDOWS 的 File Manager 一样)
; L9 A& X# e4 \( J, Q
<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>! M  |3 ?, [2 F1 L
( n4 k& _6 y  v6 c

' ^; k8 P( F2 i9 _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>+ ]5 C2 O8 ]% A2 _

  Z7 |6 P) u. J6 i8 c2 d+ G0 H
3 h1 n1 M0 F+ z5 j2 ^对于很长的行是否进行换行的设置(Word Wrapping) http://www.gzsums.edu.cn/webclass/html/netscape.gif<textarea wrap=off> ... </textarea>不换行,是缺省设置。 + Y% g- i; S1 Z
<textarea wrap=soft> ... </textarea>“软换行”,好象 MS-WORD 里的“软回车”。
  A9 `2 k8 h* z" d. ?<form action=/cgi-bin/post-query method=POST>
' {$ ~/ Z# c* z! S' |8 w) q<textarea wrap=soft name=comment rows=5 cols=25> </textarea><P>* y- O' y# B" q" ?0 |" n% B$ a
<input type=submit><input type=reset>  n( q* `5 S6 L& N
</form>8 V$ g- m2 \) E% \0 d5 Q

- m. L9 f" _% ]" _& e; e' U7 d$ z$ ~5 S9 a7 S5 r  x6 ~

; l7 y( k* T" R! X<textarea wrap=hard> ... </textarea>“硬换行”,好象 MS-WORD 里的“硬回车”。
, ^& ~, n5 d! Z, X  T; i2 V<form action=/cgi-bin/post-query method=POST>" |0 C1 u0 Y5 i. J; f4 T. _: f
<textarea wrap=hard name=comment rows=5 cols=25> </textarea><P>
( Q+ l5 C1 b, F9 z9 z. o: `- A# ^<input type=submit><input type=reset>0 b  G3 x9 @" b3 h7 G
</form>
发表回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Licensed Copyright © 2016-2020 http://www.3dportal.cn/ All Rights Reserved 京 ICP备13008828号

小黑屋|手机版|Archiver|三维网 ( 京ICP备2023026364号-1 )

快速回复 返回顶部 返回列表