ajax multipart dialog box -- read please
Hi, I need a dialog box to appear when a person clicks the add to cart link on my site, where they are asked to fill in certain fields, and then click next, still inside this dialog and then move on to the next part to fill in more options, when done, must show in this dialog still, "thank you added to cart successfully". This all using php, ajax, jquery.
I can't find anything on google, or at least I don't know what to google for.
A good example of this, is for example: facebook >> add friend >> friend successfully added >> suggest this person to friends
Where a lot of stuff happens, but each time you click, action to php already been executed, even though the dialog is not yet closed.
Basically everything that normally happens when you post, but only in a dialog.
Any help would be appreciated.