How to access var data from javascript and put into form value
I've been using http://jscolor.com/ but I'm not getting one thing How can
i take out the value of the color and paste it to value area in the form
I tried to put the script there but didn't work. How can i get +this.color
into value area ?
<input value=""
onchange="document.getElementsByTagName('BODY')[0].style.backgroundColor =
'#'+this.color">
No comments:
Post a Comment