hey fellow DA users...
ok... when using a remote login page with a username and password field that posts to the DA login form, some users are becoming confused if their login fails... the reason is that they get redirected to a *unfamilar* DA login page...
so why not make the DA login accept an optional hidden field with a URL that redirects the user back to the remote login page if the login fails...
does my attempt at an explanation make sense here...?
am I the only one that thinks this would be useful?
here's an example of what I'm trying to say:
<form action="http://domain.com:2222/CMD_LOGIN" method="post" name="login">
<input name="username" type="text" class="tablestyle" value="username" maxlength="26">
<input name="password" type="password" class="tablestyle" value="password">
<input name="FAIL_URL" type="hidden" value="http://www.domain.com?DA_LOGIN=FAILED">
<input name="Submit" type="submit" class="buttonstyle" value="Login">
</form>
Thanks,
Matt MacAdams
[email protected]
866-732-0292
Casslin Web Services
www.casslin.com
ok... when using a remote login page with a username and password field that posts to the DA login form, some users are becoming confused if their login fails... the reason is that they get redirected to a *unfamilar* DA login page...
so why not make the DA login accept an optional hidden field with a URL that redirects the user back to the remote login page if the login fails...
does my attempt at an explanation make sense here...?
am I the only one that thinks this would be useful?
here's an example of what I'm trying to say:
<form action="http://domain.com:2222/CMD_LOGIN" method="post" name="login">
<input name="username" type="text" class="tablestyle" value="username" maxlength="26">
<input name="password" type="password" class="tablestyle" value="password">
<input name="FAIL_URL" type="hidden" value="http://www.domain.com?DA_LOGIN=FAILED">
<input name="Submit" type="submit" class="buttonstyle" value="Login">
</form>
Thanks,
Matt MacAdams
[email protected]
866-732-0292
Casslin Web Services
www.casslin.com