**** background...

Any problem with javascript can be discussed here.
Post Reply
dexter
Posts: 32
Joined: Fri Mar 09, 2007 1:18 pm

**** background...

Post 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


Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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
Image
dexter
Posts: 32
Joined: Fri Mar 09, 2007 1:18 pm

Post by dexter »

thanks you very much ,I will try...
shawn
Posts: 52
Joined: Sat Feb 03, 2007 4:49 am

Post by shawn »

Oh!a nice code.
Thank for sharing.
forex_199
Posts: 113
Joined: Thu Mar 22, 2007 9:00 pm
Contact:

Post by forex_199 »

Oh!a nice code
thanks
Gyanu
Posts: 338
Joined: Mon Jul 30, 2007 2:03 pm
Contact:

Post by Gyanu »

it's a cool coding
Post Reply