Hi!I am new to the whole JavaScript thing and have been able to figure
some things out for myself but here, I am completely stumped! I have a
drop down list containing 3 items (plans pricing, gold silver and
bronze), and these values are plugged into a table. Unfortunately due to
table size, I've had to spread it out over 2 pages (no breaks, just
separate tables). What I would like to do is; when a user selects say
the bronze plan, the columns for silver and gold get hidden. I have
attached an i...