web design question (php/ajax)

Posted by tom smith on Stack Overflow See other posts from Stack Overflow or by tom smith
Published on 2010-03-14T16:31:18Z Indexed on 2010/03/14 16:35 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

Hi guys...

Hope this isn't a waste of your time. I'm working on a project, and it occured to me that there's a chunk of code out there, that should allow me to see how others have implemented this.

I've got a project where I'm going to have a page, with a sel box. the user will select an item from the selList, and based on the item selected, a separate section of the page (areaB) will change in terms of the content/tbls being displayed.

i then want to allow the user to go through a series of subpages in areaB, where the user goes through a submit/cancel/confirm process, where the stuff in areaB changes, with the rest of the page remaining the same...

i'm trying to figure out the best approach to implement the on both client/server side.

i could just have an ugly "if block" where i have abunch of logic, and i completely regen the page each time the user selects an action..

i could have an approach that might involve divs/frames, where i then just regen the targeted frame/div area.. is this even possible??

i could have some form of ajaxy process, which would only alter the targeted section(s) of the page...

so.. i'm trying to talk to anyone who has ideas on how to do this, or more ideally, if you know of a good code (client/server) side example of this... that i can examine. i'd really appreciate it!!

i've got a more detailed overview but didn't know if it would be cool to post it here...

thanks..

tom

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX