I have a frames page called index.html and it has three frames. The "main frame" is an ASP login page. The menu selection frame is just blank when the login screen is being displayed since we don't want unauthorized users to make menu selections.
When the user login page is submitted is verifed, I come back with the same login ASP page, but I have it say that the user is authorized and I ask him to make a menu selection. When I verify the user with my ASP code, I also want to "place" the menu page into its appropriate frame.
Can this be done without reloading the index.html page?
When the user login page is submitted is verifed, I come back with the same login ASP page, but I have it say that the user is authorized and I ask him to make a menu selection. When I verify the user with my ASP code, I also want to "place" the menu page into its appropriate frame.
Can this be done without reloading the index.html page?