Hi. I'm pretty much very new to every single programming language and whatnot introduced on his site. Basically, I started learning four days ago when my boss needed me to run some web-based projects for him. I have a particular question that I'm pretty sure can be done using JavaScript.
I have an HTML webpage up that has a list of files that a user can download. However, I want the user to enter some information about themselves (I already have a script that checks the validity of the information) before they are allowed to go to that webpage. The webpage with the files is called files.htm. I only want the users to be able to enter this site if they've entered information from my download.htm page. How can I make it so that a user cannot simply type www.blah.blah.mil/files.htm to forego having to enter the information?
If this cannot be accomplished in JavaScript, what is the easiest alternative?
Thanks for listening.
I have an HTML webpage up that has a list of files that a user can download. However, I want the user to enter some information about themselves (I already have a script that checks the validity of the information) before they are allowed to go to that webpage. The webpage with the files is called files.htm. I only want the users to be able to enter this site if they've entered information from my download.htm page. How can I make it so that a user cannot simply type www.blah.blah.mil/files.htm to forego having to enter the information?
If this cannot be accomplished in JavaScript, what is the easiest alternative?
Thanks for listening.
Comment