zoukankan
html css js c++ java
checkbox js
<
html
>
<
head
>
<
meta
http-equiv
="Content-Type"
content
="text/html; charset=gb2312"
>
<
title
>
Untitled Document
</
title
>
</
head
>
<
body
>
<
script
language
="javascript"
type
="text/javascript"
>
function
adjust(str,obj)
{
document.getElementById(str).style.display
=
obj.checked
?
"
block
"
:
"
none
"
;
}
</
script
>
<
table
width
="500"
border
="1"
>
<
tr
>
<
td
><
input
type
="checkbox"
name
="checkbox3"
value
="checkbox"
>
忙时优惠包
<
input
type
="checkbox"
name
="checkbox"
value
="checkbox"
onClick
="adjust('line1',this)"
>
长途优惠包
<
input
type
="checkbox"
name
="checkbox2"
value
="checkbox"
onClick
="adjust('line2',this)"
>
短信优惠包
</
td
>
</
tr
>
<
tr
>
<
td
id
="line1"
style
="display:none"
><
input
name
="radiobutton"
type
="radio"
value
="radiobutton"
>
3
<
input
name
="radiobutton"
type
="radio"
value
="radiobutton"
>
5
<
input
name
="radiobutton"
type
="radio"
value
="radiobutton"
>
10
</
td
>
</
tr
>
<
tr
>
<
td
id
="line2"
style
="display:none"
><
input
name
="radiobutton"
type
="radio"
value
="radiobutton"
>
3
<
input
name
="radiobutton"
type
="radio"
value
="radiobutton"
>
6
<
input
name
="radiobutton"
type
="radio"
value
="radiobutton"
>
10
</
td
>
</
tr
>
</
table
>
</
body
>
</
html
>
查看全文
相关阅读:
大数据学习之路又之从小白到用sqoop导出数据
大数据学习之路又之从csv文件到sql文件的操作过程
大三第一次极限测试总结
学习套模板
今天
大数据学习之路之ambari配置(四)
大数据学习之路之ambari配置(三)
数据清洗——地域维度
Hive数据分析(五)
Hive数据分析(四)
原文地址:https://www.cnblogs.com/simhare/p/926014.html
最新文章
odoo里面的动作
k8s存储持久化(nfs用例)
【set】关于 关于shell中 set -- 使用说明(new)
k8s 对外服务之ingress
k8s nodePort类型的service,session保持
Kubectl 创建 Deployment 错误 Deployment in version "v1" cannot be handled as a Deployment.....
k8s 的容器command用法举例
django建立工程过程
windows10安装ElasticSearch
hdu1255 线段树+扫描线计算矩形面积交
热门文章
django 项目 打包成docker镜像发送至dockerhub
Ajax获取springmvc后台信息
hive启动报错:Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgumen
sqoop错误: 找不到或无法加载主类 org.apache.hadoop.hbase.util.GetJavaProperty
Linux安装Mysql server镜像安装失败 警告:mysql-community-server-5.7.24-1.el7.x86_64.rpm: 头V3 DSA/SHA1 Signature
sqoop使用文档
hive无法启动问题
将word文件转为excel文件
大数据学习之路之sqoop导入
学习套模板
Copyright © 2011-2022 走看看