| Author |
Background of the text field
|
Meet Gaurav
Ranch Hand
Joined: Oct 08, 2008
Posts: 492
|
|
Hi,
Am using the below code in my HTML page and updating the value from javascript. Everything works fine. But I have some background image on the page and the below code is displaying on the page as white background.
Is there any way I can remove the white background of the text field. So that my background image will be visible
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Eric
|
 |
Meet Gaurav
Ranch Hand
Joined: Oct 08, 2008
Posts: 492
|
|
Thanks Eric.. Will try... In the mean time.. I just gone through
http://radio.javaranch.com/pascarello/2005/01/18/1106063002000.html
Really amazing article.. Thanks for sharing..
window.opener.document.form1.text1.value = txtVal; -- Used to send data from child to parent.
How to send data from parent to child ? Please assist.
|
 |
 |
|
|
subject: Background of the text field
|
|
|