html如何做下拉的可多选的复选框列表

html如何做下拉的可多选的复选框列表,第1张

下面是我做的一个范例,你可以参考一下

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/htmlcharset=utf-8" />

<title>自定义表单1 - powered by dedecms</title>

<link href="img/nspage.css" rel="stylesheet" type="text/css" />

<script language="javascript" src="../include/dedeajax2.js"></script>

</head>

<body>

<div class="main mceneter">

<div class="toplogo">

<div class="logo">

<a href="/"><img src="/templets/default/images/logo.gif" /></a>

</div>

<div class="title">

<a href='diy.php?action=list&diyid=1'>自定义表单1</a> >发布信息

</div>

</div>

<div class="cmain">

<div class="ctitle">

<h1>自定义表单1发布</h1>

<span></span>

</div>

<div class="cbox mceneter">

<div class="maplist">

<br />

<form action="/plus/diy.php" enctype="multipart/form-data" method="post">

<input type="hidden" name="action" value="post" />

<input type="hidden" name="diyid" value="1" />

<input type="hidden" name="do" value="2" />

<table style="width:97%" cellpadding="0" cellspacing="1">

<tr>

<td align="right" valign="top">范例:</td>

<td><select name='fl' style='width:150px'><option value='男'>男</option>

<option value='女'>女</option>

<option value='人妖'>人妖</option>

</select>

</td>

</tr>

<input type="hidden" name="dede_fields" value="fl,select" />

<input type="hidden" name="dede_fieldshash" value="db5f139909450665fd4b641fff161416" /></table>

<div align='center' style='height:30pxpadding-top:10px'>

<input type="submit" name="submit" value="提 交" class='coolbg' />

<input type="reset" name="reset" value="重 置" class='coolbg' />

</div>

</form>

</div>

</div>

</div>

</div>

<div class="copyright mceneter">

Powered by <a href="http://www.dedecms.com" target="_blank">DedeCMS</a>© 2004-2009 <a href="http://www.desdev.cn" target="_blank">DesDev</a>Inc.

</div>

</body>

</html>

html中表单下拉框1到100的步骤1、新建一个html文件。2、在body标签里写入下拉列表select标记。3、在select标记中用option写入下拉框内的值,想要多少就写多少即可。扩展资料:HTML表单1、表单是一个包含表单元素的区域。2、表单元素是允许用户在表单中输入内容,比如:文本域(textarea)、下拉列表、单选框(radio-buttons)、复选框(checkboxes)等等。3、表单使用表单标签<form>来设置:4、HTML表单-输入元素,多数情况下被用到的表单标签是输入标签(<input>),输入类型是由类型属性(type)定义的。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7216334.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-03
下一篇 2023-04-03

发表评论

登录后才能评论

评论列表(0条)

保存