turfbult
Feb 23rd, 2001, 03:21 AM
Hello,
I have an ASP page which reads product info from a SQL db and then
displays all products found, on a html table. The user can then click
on any product to see more info on that specific product - ie. a
page opens up within the same frame as the html table displaying
info about the product as well as links to other pages.
My problem is that I want the user to be able to go BACK to the
"products html table" at any stage. By just clicking on the back
button on the browser you move thru all the pages visited before
eventually getting back to the table.
The big thing is that when I open the products.asp page I MUST know
what country the user wants to see products for, and according to that I then build my sql
statement. So, if I just make a hyperlink back to products.asp, my
page does not know what the country is and what sql statement to build and
then just displays nothing in the table.
Please help,
T
I have an ASP page which reads product info from a SQL db and then
displays all products found, on a html table. The user can then click
on any product to see more info on that specific product - ie. a
page opens up within the same frame as the html table displaying
info about the product as well as links to other pages.
My problem is that I want the user to be able to go BACK to the
"products html table" at any stage. By just clicking on the back
button on the browser you move thru all the pages visited before
eventually getting back to the table.
The big thing is that when I open the products.asp page I MUST know
what country the user wants to see products for, and according to that I then build my sql
statement. So, if I just make a hyperlink back to products.asp, my
page does not know what the country is and what sql statement to build and
then just displays nothing in the table.
Please help,
T