PDA

View Full Version : text files and password protect


Chris Carlson
05-10-2000, 02:56 PM
I have two questions:

How do I take a text file and reference it to a webpage? So that whatever is in the text file will appear in a selected cell?

Also, I have noticed with a password protected page, If it has been visited before it will not ask for username and password. How can I get it to prompt everytime for max security?


------------------
Thanks,
Chris

Justin
05-10-2000, 04:24 PM
For the first one, you should be able to use SSI to include the text file, placing the SSI between your <td> and </td> tags...

For the second one - this is a function of your browser. If you required authentication for every access, you would have to reenter the password for each image on the protected page etc - but this is browser side, meaning that its behavior will depend on the end user's settings...

Hope this helps.

------------------
Justin Nelson
FutureQuest (http://www.FutureQuest.net/index.php) Support