If a form on a non-protected page (just a regular
http://..) has an action
that points to an https page, does that make the form secure?
Example:
index.asp is a non-secure page that contains a form for userid & PW:
<form name="myform" method="post"
action=https://www.mydomain.com/validateuser.asp>
Q: Is the data entered on this form protected and secure just because the
action= points to an https page?
Thanks for your expertise!
Mark
http://www.sagecomputerservices.com/