tags:

views:

14

answers:

1

I have a select form. After a user selects option A, B, or C I need to use Ajax to load another form based on the users decision.

I'm not asking for someone to program this for me. I am just wondering, does anyone know of any good resources to help me accomplish this?

Thanks for your time.

A: 

Look at JQuery samples. You can accomplish the result in different ways (included tabs)

Eduardo Molteni