[ic] process.html interaction error

Corey Gilmore interchange-users@lists.akopia.com
Thu Jul 5 15:13:00 2001


Anyone have any idea why I might suddenly be receiving interaction errors
for process.html?

when i try to login, i get bumped to the interaction error page.

my form source seems to be correct, giving me
http://my.domain.com/cgi-bin/pp/process.html?mv_pc=10123
as the result from [process-target]

The error from the IC error log is:
[05/July/2001:13:52:09 -0400] pp /cgi-bin/pp/process.html Difficulty
interacting with browser: No action passed for processing
>


the login html is basically:
<FORM ACTION="[process-target]" METHOD=POST>
 [set Login]   mv_todo=return   mv_nextpage=welcome   [userdb
function=login]   [/set]
<INPUT TYPE=hidden NAME=mv_click VALUE=Login>
...
<input type="text" NAME=mv_username VALUE="[read-cookie MV_USERNAME]"
class="bodycopy">
<input type="password" NAME=mv_password VALUE="" class="bodycopy">
<input type="submit" NAME="mv_check" value="Log In" class="bodycopy">
<INPUT TYPE=checkbox NAME=mv_cookie_password VALUE=1 class="bodycopy">
</form>

thanks,
.cfg