Right now, I am using one form for the users to select the criteria. But the information in that form is used by two ASP pages. What I put on my form page is
<form action = "RepLeader.asp" method = "post">. So when the user select the criteria, it will go to RepLeader.asp page. On that page, there is a link to Summary.asp page. Am I doing it correct because it doesn't work. Please help. Thank you!!!
<form action = "RepLeader.asp" method = "post">. So when the user select the criteria, it will go to RepLeader.asp page. On that page, there is a link to Summary.asp page. Am I doing it correct because it doesn't work. Please help. Thank you!!!