Home  >  Article  >  Web Front-end  >  Nice news title color effect_javascript skills

Nice news title color effect_javascript skills

WBOY
WBOYOriginal
2016-05-16 19:23:291242browse

Copy code The code is as follows:
<script> <BR>function getcolor(img_val,input_val){ <BR> var arr = showModalDialog("selcolor.html", "", <BR>"dialogWidth:18.5em; dialogHeight:17.5em; status:0; help:0"); <BR> if (arr != null ){ <BR> document.getElementById(input_val).value = arr; <BR> img_val.style.backgroundColor = arr; <BR> } <BR>} <BR></script>
size="10"> Nice news title color effect_javascript skillsstyle ="cursor:pointer;background-Color:#000000;" onclick="getcolor
(this,'r_titlecolor');" title="Select a color!" align="absmiddle">

Related file download: Nice news title color effect_javascript skills Download this file
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn