|
Posted by wim on March 14, 2006, 5:04 am
If you were Registered and logged in, you could reply and use other advanced thread options
Dear group,
> or a website, there is an HTTPS-connection. The homepage has a form:
>
> <form method="POST" name="formname"
> action="javascript:authenticate()">
> <input type="text" name="userid" />
> <a href="javascript:login()">Login</a>
> </form>
my guess is that the warning gets showed because the "action" in the
form-tag consists out of a javascript-function. This javascript is run
locally and hence not over a secured connection.
But this is really just a guess, I have no clue and every comment is
very welcome.
Thank you,
Wim
|