October 28, 200817 yr Been trying to work on this all day and I just can't figure it out (not experienced with JavaScript) - how can you make a 3-level CodaSlider? So instead of 1 button changing 1 thing, 1 button at the top changes buttons in the middle when then change the content at the bottom? If that doesn't make sense do tell Russ
October 29, 200817 yr well u could do something like function topbutton(){ document.getElementById("button").onclick="doStuff()" } function doStuff(){ } <input type="button" onclick="topbutton()"> <input type="button" onclick="doSomething()" id="button"> im just guessing here not sure if it would work either nor am i sure this is what you asked
Create an account or sign in to comment