Page 1 of 1

**** background...

Posted: Sat Mar 10, 2007 2:58 am
by dexter
**** background
I have an input form that has a background image set by default. I need to make it change background on ****.What is the codeof this? (I need something like <input bla blabla ****="...">)I looked on google but they all had complicated JS.Thanks in Advance

Posted: Sat Mar 10, 2007 8:13 pm
by Lixas
this might help you:
[HTML]<html>
<head>
<title>JS Background Changing</title>
</head>
<body bgcolor="white" text="black">
<p>Here's some regular ol' paragraph content.</p>
<a href="#" ****="****.bgColor='yellow'">**** Here To Change Background Color</a>
</body>
</html>[/HTML]

This probably is not what are you looking, bus this may help you to find exact way. Good luck

Posted: Sun Mar 11, 2007 11:26 am
by dexter
thanks you very much ,I will try...

Posted: Sun Apr 15, 2007 1:09 pm
by shawn
Oh!a nice code.
Thank for sharing.

Posted: Mon Jul 30, 2007 6:48 pm
by forex_199
Oh!a nice code
thanks

Posted: Tue Sep 04, 2007 8:08 pm
by Gyanu
it's a cool coding