"shawn" <my_email.DeleteThis@email.com> wrote in message
news:R2%eb.71908$3r1.9921@news02.bloor.is.net.cable.rogers.com...
> Hi everybody,
>
> Many thanks for replies to my other question!
>
> Here is another thing I need to do. I have a directory where we need to
set
> htaccess to let user login. all the usual .htaccess stuff are in place so
> when the page is requested, a generic Windows Login dialog pops up. How do
I
> use my own web form to duplicate this dialog? i.e. grant access using the
> same password database from a web login form but with the former mechanism
> (Windows login dialog) intact?
>
> I suspec there are more than one way of doing this.
>
The windows login is client side, the form based login is server side, use
one or the other but not both - never the twain should meet!<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: How to talk to htaccess via web form?