I am really having an issue here. I have a site for clients to check there status. They login and give a last name and zip. They then submit and get a results page with matching names and zips of course. Now if there is just one match I want to skip this part to save you user some effort. I have this done by automatically submitting the next form that they would submit. Based on the number of returns found. My problem is that when they hit the browsers back button they are getting forwarded again of. So I need to put something on that page so that if they have a history.forward() entry then the page does not submit but instead will let me do the history.go(-1). Any help would be great
Roj
Roj