deeps
05-15-2003, 05:24 PM
I have a Query Form Page which is when submitted opens a new child window displaying Records of the Query Results.
Upon clicking any of the Records takes us back to parent page which shows detailed information of the Record clicked .
Also Detail page has a link which takes user back to the previous query form page.
When I go back to previous Query form , using Back Button of my Browser, Query Form Information filled in
the HTML objects like textfields and Dropdowbox are not lost.
However When I click the link provided on the detail page as "Go back to Previous Page" ,
takes meback to previous page but query from info is lost and default values are shown
as if it was getting loaded for the first time.
I am using History.go("Url") method to go back to previous page.Reason I am using "go" method with "URL" as parameter is
due to the fact that my Detail page consists of many pages within it so in order to ensure "back to" link
takes me to correct page, I use go("URL") method associated with History Object.
If any of you guys know how to implement the link" go back to my Query Form Page" correctly without losing the information filled to perform
the query, I will greatly appreciate.
Deeps
Upon clicking any of the Records takes us back to parent page which shows detailed information of the Record clicked .
Also Detail page has a link which takes user back to the previous query form page.
When I go back to previous Query form , using Back Button of my Browser, Query Form Information filled in
the HTML objects like textfields and Dropdowbox are not lost.
However When I click the link provided on the detail page as "Go back to Previous Page" ,
takes meback to previous page but query from info is lost and default values are shown
as if it was getting loaded for the first time.
I am using History.go("Url") method to go back to previous page.Reason I am using "go" method with "URL" as parameter is
due to the fact that my Detail page consists of many pages within it so in order to ensure "back to" link
takes me to correct page, I use go("URL") method associated with History Object.
If any of you guys know how to implement the link" go back to my Query Form Page" correctly without losing the information filled to perform
the query, I will greatly appreciate.
Deeps