Click to See Complete Forum and Search --> : How to prevent user jump html page?


mce
September 18th, 2003, 03:10 AM
I need to verify the user has gone through page1.htm before he can access mypage2.htm. Basically page1.htm is to verify some information the user entered in page1. If everything ok, this page
will bring the user to page2. The problem is that page 1 and the backend verificatio engine is third party's. Just like a credit card information verification page., so i can't do anything on page 1. Page 2 is mine, but i need to make sure the user has pass through page 1 successfully before he can access page2.

What is the proper way of doing this???