forms - same page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wayneblackwelder
Forum Newbie
Posts: 1
Joined: Sat May 10, 2008 9:09 pm

forms - same page

Post by wayneblackwelder »

I'm a beginner, first of all. Here is what I'd like to do and would appreciate any help someone might provide.

I'll like to have a table with two cells. In the right cell, I wanted to have a list of 5 words/links. When a viewer selects one of these links, a corresponding image, form, picture (whatever) then appears in the left cell. If another link is selected, then the left cell is replaced with the new image, picture, form, etc.

I'd like for this all to happen on the same page, if possible.

Thanks,

Wayne
User avatar
lafever
Forum Commoner
Posts: 99
Joined: Sat Apr 05, 2008 2:03 pm
Location: Taylor, MI

Re: forms - same page

Post by lafever »

You would want to use JavaScript to accomplish this.
Post Reply