CodeChargenewbie
Posts: 114
|
| Posted: 04/08/2008, 1:18 PM |
|
I have a page contains multiple include pages. On one of the include pages, I have a submit button that submits custom data to the database. I'm using CCS 4.0 and ajax. Is there a way to just refresh this include page? Why is that, you ask? I need to add a parameter to the URL, after I submit to the database. When the include page refreshes, I retrieve the URL parameter, which will further aid me in my goals.
The key is to retrieve a paremeter on refresh. The complexity of this is multiplied by include pages and the fact that I only desire for this particular include page to refresh, NOT the entire page that includes other pages. How may I accomplish this using ajax, for example?
Thank you.
|