Link to home
Start Free TrialLog in
Avatar of locc
locc

asked on

making a table row appear and disappear

Can anyone help with this...
I need to know how to make a table row appear on a onchange() event from a drop down box.
On certain values I want to make certain rows appear and others disappear.
ASKER CERTIFIED SOLUTION
Avatar of KodyBrown
KodyBrown

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KodyBrown
KodyBrown

Sorry, I forgot to post some information about it.

This provides three ways to remove td's: by the row, individual td's within a row (horizontally), and td's in the same column (vertically).

This code assumes you know the number of rows and columns.

Kody
Avatar of locc

ASKER

Thanks it works good, I had to make a few minor adjustments because I only need to do the whole row rather than column and row.  Thanks.
Avatar of locc

ASKER

do you know how to make a whole table disappear ??