Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back button and Data loss - connecting to DBF

Status
Not open for further replies.

ahaws

Programmer
Nov 28, 2001
355
US
Hi all -
I have an .asp page that creates a dynamic .asp list of similar items searched upon.
When the user clicks on the "Name" that was the closest match, the dynamic .asp will take an account number and go to the 'live' database and retrieve data and post to a .htm file.

Problem I am having is -
I can use the 'back' button to select another 'account' number, and will see results - from 8 accounts.(posting and using the back button 8 times to see the list that was first brought up on the search)
When I select the 9th account to view... no data is being displayed.
It acts as if the network connection is lost, but it isn't.

I've checked for session variables, but none exist.
Has anyone ever experienced this?

Please let me know if you have!
and any suggestions would be appreciated.
Angie
 
also- got this error when trying to server.createobject():

ClassFactory cannot supply requested class
works fine for first 8 accounts
thanks
angie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top