I'm trying to change the innerHTML of a element based on the value of the previous element.
I have the javascript correctly grabbing the current value and everything works correctly ...
In my website there is a situation where i need to append new < //option> tags in a specific seleciton box. for this i am doing the following
1.Make an ajax request ...
Code: /* This function is called any time a team dropdown is changed on the team_set.php page The function recalculates the total cap numbers being used by the current team according to the players currently selected and writes that number to the total div */ function update_total() { var cap_total = 0; var qb1_parts = new Array(); qb1_parts = team_set.roster_qb1.value.split('|'); var ...
4. forums.devshed.com
Hi everyone, Ok, what I'm trying to do is use the innetHTML property of a box to change it's contents. What I do is generate a string with a list of