下拉框连动的小例子(.htm版)
敬业的IT人
互联网
佚名
2008-4-14 17:02:10
<html>
<head>
<title>List</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script LANGUAGE="javascript">
<!--
var method="post">
<select name="biglocation">
<option value="01" selected>上海</option>
<option value="02">江西</option>
</select>
<select name="smalllocation">
<option selected value="">==所有地区==</option>
</select>
</form>
<script LANGUAGE="javascript">
<!--
changelocation(document.myform.biglocation.options[document.myform.biglocation.selectedIndex].value);
//-->
</script>
</body>
</html>
<head>
<title>List</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script LANGUAGE="javascript">
<!--
var method="post">
<select name="biglocation">
<option value="01" selected>上海</option>
<option value="02">江西</option>
</select>
<select name="smalllocation">
<option selected value="">==所有地区==</option>
</select>
</form>
<script LANGUAGE="javascript">
<!--
changelocation(document.myform.biglocation.options[document.myform.biglocation.selectedIndex].value);
//-->
</script>
</body>
</html>
- 最新文章
- 纯ASP上传图像文件到数据库的最佳例子[04-14]
- 数组数据排序的程序例子[04-14]
- 网络精英计数器源程序[04-14]
- 全文本检索的应用(1)[04-14]
- 全文本检索的应用(2)[04-14]
- 全文本检索的应用(3)[04-14]
- 相关文章
