I want to do something like this:
page A has a link to page B
page B gets content from a database and processes it
the result from page B is displayed on a div in page A
Please notice that I don't want to leave page A while page B processes the information of the database.
What I'm really trying to do is avoid using frames in the site, and I want to make the pages appear in a div
. Is this possible?
I'm guessing its kinda of a newbie question, but it's really bugging me and i don't even know where to start looking.