I need to print an HTML file that will ask for a password, and another HTML file that will parse it. I need to do it in one c file.
How do I link it? How can I make the program know that it needs to parse the data from the first HTML page, and print it at the same time?
I’m not using Perl, Python or anything else. Just plain c# and CGI.
Thank you!
Just test to see if the password was sent: if it was, do your password-parsing page stuff. If not, display your first login page.