mimi_van
吞下寂寞的恋人
posts - 30, comments - 45, trackbacks - 0, articles - 0
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
Html 的部分标签
Posted on 2007-12-17 22:24
mimi_van
阅读(260)
评论(0)
编辑
收藏
所属分类:
html
因为我连html都没学过,只是平时见到的时候,记得些许,知道大概的格式。
这里有一个内容比较多的html页面,作为记录,用的时候参考参考。
<
html
>
<
head
>
<
title
>
index
</
title
>
<
head
>
<
body
>
<
form
name
="form1"
id
="form1"
method
="post"
action
=""
>
同步进行:
<
input
type
="text"
name
="textfiled"
id
="txt"
onkeyup
="javascript:document.getElementById('label_1').innerText = this.value"
/>
这是同步的标签:
<
label
id
= "label_1"
></
label
>
<
br
/>
<
br
/>
只允许输入数字(QQ的验证):
<
input
type
="text"
id
="txtQQ"
name
="textfield"
onkeypress
="return aa()"
/>
<
br
/>
<
br
/>
<
label
>
*****************************************************************
</
label
>
<
br
/>
<
br
/>
<
table
>
<
tr
>
<
td
>
<
input
type
="checkbox"
id
="checkbox1"
value
= "大类"
name
="checkbox1"
/>
大类
<
br
/>
<
input
type
="checkbox"
id
="checkbox1"
value
= "中类"
name
="checkbox1"
/>
中类
<
br
/>
<
input
type
="checkbox"
id
="checkbox1"
value
= "小类"
name
="checkbox1"
/>
小类
<
br
/>
</
td
>
<
td
>
<
input
type
="button"
id
="check_1"
name
="check_1"
value
="提交"
onclick
="mycheck_1()"
/>
</
td
>
<
td
>
<
textarea
rows
="9"
cols
="25"
id
="textarea_1"
name
="textarea_1"
></
textarea
>
<
br
/>
</
td
>
</
tr
>
</
table
>
<
label
>
*****************************************************************
</
label
>
<
br
/>
<
br
/>
<
label
><
input
type
="radio"
id
="radio1"
name
="radiogroup"
value
="男"
/>
男
</
label
>
<
label
><
input
type
="radio"
id
="radio2"
name
="radiogroup"
value
="女"
/>
女
</
label
>
<
input
type
="button"
id
="radio_1"
name
="radio_1"
value
="提交"
onclick
="myRadio_1()"
/>
<
br
/>
<
br
/>
<
label
><
input
type
="radio"
id
="radio1"
name
="radiogroup_1"
value
="东"
/>
东
</
label
>
<
label
><
input
type
="radio"
id
="radio2"
name
="radiogroup_1"
value
="西"
/>
西
</
label
>
<
label
><
input
type
="radio"
id
="radio1"
name
="radiogroup_1"
value
="南"
/>
南
</
label
>
<
label
><
input
type
="radio"
id
="radio2"
name
="radiogroup_1"
value
="北"
/>
北
<
label
>
<
label
><
input
type
="radio"
id
="radio1"
name
="radiogroup_1"
value
="中"
/>
中
<
label
>
<
input
type
="button"
id
="radio_2"
name
="radio_2"
value
="提交"
onclick
="myRadio_2()"
/>
<
input
type
="text"
name
="textfiled"
id
="txtRadio"
value
=""
/>
<
br
/>
<
br
/>
<
label
>
*****************************************************************
</
label
>
<
br
/>
<
br
/>
<!--
select 单选框 Begin
-->
<
label
>
select 单选框
</
label
>
<
br
/>
<
select
name
="select"
size
="1"
id
="danXuan"
onchange
="changeText()"
>
<
option
value
=""
>
--请选择--
</
option
>
<
option
value
="我的秘书"
>
我的秘书
</
option
>
<
option
value
="我的工作台"
>
我的工作台
</
option
>
<
option
value
="项目管理"
>
项目管理
</
option
>
<
option
value
="计划管理"
>
计划管理
</
option
>
<
option
value
="企业管理"
>
企业管理
</
option
>
</
select
>
<
input
type
="text"
name
="textfiled"
id
="select_danxuan"
value
=""
/>
<!--
select 单选框 Begin
-->
<
br
/>
<
br
/>
<
label
>
*****************************************************************
</
label
>
<
br
/>
<
label
>
select 多选框
</
label
>
<
table
>
<
tr
>
<
td
>
<!--
select 多选框b1 Begin
-->
<
select
size
="2"
multiple id
="b1"
style
="height:151px; width:180px;"
>
<
option
value
="我的秘书"
>
我的秘书
</
option
>
<
option
value
="我的工作台"
>
我的工作台
</
option
>
<
option
value
="项目管理"
>
项目管理
</
option
>
<
option
value
="计划管理"
>
计划管理
</
option
>
<
option
value
="企业管理"
>
企业管理
</
option
>
</
select
>
</
td
>
<!--
select 多选框b1 end
-->
<
td
>
<!--
select 多选框 button Begin
-->
<
table
>
<
tr
align
="center"
><
input
type
="button"
value
= " > "
onclick
="myRight()"
/></
tr
>
<
tr
align
="center"
><
input
type
="button"
value
= " >> "
onclick
="myRightAll()"
/></
tr
>
<
tr
align
="center"
><
input
type
="button"
value
= " < "
onclick
="myleft()"
/></
tr
>
<
tr
align
="center"
><
input
type
="button"
value
= " << "
onclick
="myleftAll()"
/></
tr
>
<
tr
align
="center"
><
input
type
="button"
value
= " ↑ "
onclick
="myup()"
/></
tr
>
<
tr
align
="center"
><
input
type
="button"
value
= " ↓ "
onclick
="mydown()"
/></
tr
>
</
table
>
<!--
select 多选框 button end
-->
</
td
>
<
td
>
<!--
另一个select 多选框b2 Begin
-->
<
select
size
="2"
multiple id
="b2"
style
="height:151px; width:180px;"
>
</
select
>
<!--
另一个select 多选框b2 end
-->
</
td
>
<
td
>
<
input
type
="button"
id
="select_duoxuan"
name
="select_duoxuan"
value
="确定"
onclick
="myselect_duoxuan()"
>
</
td
>
<
td
>
<
textarea
rows
="9"
cols
="25"
id
="textarea"
name
="textarea"
></
textarea
>
</
td
>
<
tr
>
</
table
>
<
br
/>
</
form
>
</
body
>
</
html
>
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
html 标记大全 <转载>
Html 的部分标签
Powered by:
BlogJava
Copyright © mimi_van
日历
<
2007年12月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(2)
给我留言
查看公开留言
查看私人留言
随笔分类
encoding(1)
E文(6)
flv
html(3)
it 基本知识(1)
jar文件(4)
java 基本语法、用法、源代码(2)
javascript(2)
proxool(1)
sqlserver(1)
TerryLee 老师(1)
tomcat(1)
喜欢的it文章(3)
美食(1)
随笔档案
2008年8月 (1)
2008年2月 (1)
2008年1月 (14)
2007年12月 (8)
2007年11月 (2)
相册
mimi_van
搜索
最新评论
1. re: 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决
6年后遇到同样问题,还在解决。
--胖头鱼
2. re: 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法
楼主好2B,
.indexOf() 返回的是下标。。。不懂装懂
--aaaaaaaaa
3. re: 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法[未登录]
哈哈 没什么的,可能一时没反应过来嘛
哥看好你!
--Randy
4. re: 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决
可是,口改成了UTF-8还是保存不了啊~~
--盛
5. re: 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法[未登录]
楼主,我觉得你不适合从事程序员这个行业。趁早转行吧,别害人害己了。
--Iceberg
阅读排行榜
1. 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法(13327)
2. proxool 的使用 配置 (7810)
3. 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决(5929)
4. jsp 页面之间 get / post 方法 传递参数内容 乱码 解决之道(5386)
5. html 标记大全 <转载>(1525)
评论排行榜
1. 用MyEciplse时 some character can not mapped using "iso-8859-1" character encoding 解决(19)
2. 在javascript里 有关 indexOf 或者 startsWith 或者 endsWith 这样的方法(8)
3. 有谁做过基于java的,带进度条的上传?(5)
4. 有谁做过基于java的,带进度条的上传?(3)
5. 用 My Eclipse 发布的带有第三方jar 的jar文件 和 JSmooth 的使用(3)