in reply to
Re^3: Good way to redirect to a "members only" section of website
in thread Good way to redirect to a "members only" section of website
Hi ww,
Thanks for the clarification. I am using a model similar to the ajax login form as dettailed here
Since this uses ajax, the login error message is displayed in the same page. My question is about how you "call" another cgi script? That is my problem. How on successful authentication, I redirect(call) another cgi script/ html page ?
...if successful,
call "application_page1.cgi"
} else {
...call "page2.html"