is it possible to make rows appear and disappear using dhtml?
I'd like to make different rows from the database appear depending on which option is chosen in a select input, but without refreshing the page. I know that its possible to make divs dynamically appear and dissapear, but the tr doesn't seem to be working....
also, if thats possible, I'll need this...
my <tr>s are named parent1, parent2, ... how do I tell in javascript that I want to change parentx's properties?