Heisenberg submitted a new resource:
You must be registered for see links
- Multi-Choice background color using JavascriptvB Version: 3.8.0 RC 2
Firstly, you need to save this code as a Javascript so copy it to your notepad and save it as "Backcolor.js"
Code:function change_it() { if (document.getElementById && document.createTextNode) { var new_color = ""; var color_sel = document.getElementById("change_bg").value; color_sel *= 1; switch (color_sel) { case 0 : window.alert("Please select a color."); return false; case 1 : new_color = "#FFFF00";...
You must be registered for see links
Last edited:
