Hey does anyone know of a Tutorial that has a color selector similar to the one on Google Adsence?
It needs to be easy to update. So im hoping the JS would be similar to:
I need the function to call the Var Color to A Text Feild and to alter the Background Color of "table_id"
Any Ideas?
It needs to be easy to update. So im hoping the JS would be similar to:
| Code: |
| var table = document.getElementById("table_Id");
var td = table.getElementsByTagName("td"); var color = td.style.backgroundColor; |
I need the function to call the Var Color to A Text Feild and to alter the Background Color of "table_id"
Any Ideas?
