Hi,
I wrote Apache API with C for my personal authentication.
the part of source code as follows.
==================================
if(not yet authenticated)
{
strcpy(r->uri, "http://www.foo.com/");
ap_table_setn(r->headers_out, "Location", r->uri);
return REDIRECT;
==================================Quote:}
When it's redirected above URL, I want to display "You don't log on yet,
please log on first" like javascript alert message window or just small
window browser, of course it's HTML document .
Anyway, no matter what method, I want our users to see that message.
Is there any idear about this ?
Thank you.
--
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
Miyoung Kim
ICQ#) 42105958
Tel)82-2-6220-8869
Fax)82-2-6220-0334
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/