I am using a couple of framesets in one of my main page. One frame(Frame1) servers as navigation page with forward and backward links. I also have a input box which holds the current page numbers.
The content page is in another frame(Frame2).
When click on navigation link on Frame1, it will load pages in Frame2. The frame2 pages henerate session value as page number information. The Frame1 suppose will get the session value in Frame2.
My problem is, the page number in Frame1 always 1 page behind of the real action because it doesn't load session value immdetaly in that action.
Please help me on finding a better way to show the page number correctly in Frame1.
Thanks!
The content page is in another frame(Frame2).
When click on navigation link on Frame1, it will load pages in Frame2. The frame2 pages henerate session value as page number information. The Frame1 suppose will get the session value in Frame2.
My problem is, the page number in Frame1 always 1 page behind of the real action because it doesn't load session value immdetaly in that action.
Please help me on finding a better way to show the page number correctly in Frame1.
Thanks!