HTML Color Picker(js拾色器效果)
发布时间:2016-12-30 来源:查字典编辑
摘要:FileName:colorpicker.htmlRequirement:InternetExplorerorMozillaAuthor:J...
File Name : colorpicker.html
Requirement : Internet Explorer or Mozilla
Author : Jean-Luc Antoine
Submitted : 26/03/2005
Category : 4K
复制代码 代码如下:
<form name="recherche" method="post" action="yourpage.html">
<input type=hidden name="rgb" value="123">
<table>
<tr><td align=right>Couleur:<br><small>Cliquez pour lister les<br>oeuvres les plus proches<br>de la couleur sélectionnée</small></td>
<td>
<div id=temoin> </div>
<script language="Javascript" type="text/javascript">
<>
</script>
<div id=choix> </div><td></tr>
<tr><td colspan=2 align=center><input type=submit></td></tr>
</table>
</form>
来源:http://www.interclasse.com/scripts/colorpicker.php