[jQuery] Web page navigation question....

[jQuery] Web page navigation question....


Hello,
I am new to Javascript and Jquery and I have a question on a web page
I am building.
I have an interactive form where I have two columns, one column holds
the form the second holds the results.
When the user comes to the page, the form and the result window are
blank.
The form allows the user to query a database and retrieve information
and the information is displayed in the results window.
So here is my problem.
After the the form is filled out and submited, a cgi script runs and
submits the query to a database and an HTML is generated on the
server.
I have a callback on submit button to display the result page using
the load function.
This works fine. However on the page that is loaded has links for
more information.
If I drill down to these links. the new information is loaded to the
current browser and not in the "result" panel.
But not only that if I hit the back button, I go to the original form
page and all the information is blank.
1) How can I go back to the form page with query results?
2) Even better, when I click on the link in the results area, can the
new information be loaded to this area AND have the ability when I hit
the back button to show the previous results?
Thanks for any help or suggestions.
Steve