利用Vbscript改变背景颜色

下面一段代码也许会帮得到你:

<html>
<head>
<title>if....then语句使用</title>
<script language="vbscript">
<!--
sub bchange(choice)
if choice="1" then
document.bgcolor="red"
elseif choice="2" Then
document.bgcolor="yellow"
elseif choice="3" Then
document.bgcolor="blue"
elseif choice="4" then 
document.bgcolor="green"
else 
document.bgcolor="black"
End If
end sub
-->
</script>
</head>
<body>
<center>
<h2><font color ="#ff0000">文字和背景颜色的选择</font></h2><p>
<form>
<table border="2">
<tr>
<th>背景颜色</th><th>选择</th><th>文字颜色</th><th>选择</th></tr>
<tr>
<td>红色</td><td><input type="radio"name="a" οnclick="bchange(1)"></td>
<td>黄色</td><td><input type="radio" name="a" οnclick="bchange(2)"></td>
</tr>
<tr>
<td>蓝色</td><td><input type="radio" name="a" οnclick="bchange(3)"></td>
<td>绿色</td><td><input type="radio"  name="a" οnclick="bchange(4)"></td>
</tr>
</table>
</form>
</center>
<html>

 

电话录音系统录入

转载于:https://www.cnblogs.com/xiaoxia121/archive/2011/06/15/2081302.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值