Click to See Complete Forum and Search --> : a Frame problem


mpoincare
January 4th, 2003, 02:25 AM
I am developing a web application using html, javascript and ASP. The welcome page of the application is made up of 3 frames: a horizontal frame that displays the company logo, a vertical frame that displays the menu and a middle frame that displays the content of the option chosen in the menu.
One menu option is to allow a visitor to buy online a book in 3 steps. So 3 asp pages for that transaction are built: Buy1.asp, Buy2.asp and Buy3.asp. The values in the Buy1.asp form are passed through hidden fields to Buy2.asp and so on for Buy3.asp. When I am testing the asp pages individually, the values in the form fields are passed correctly. But when those pages are displayed in the middle frame of the welcome page, the values in the form are not passed. Can somebody explain me why Please?