hi,
i have a login form that is submitted like this:
<form action="./index.php" method=“post”>
w/a normal submit button.
it works in IE, FF and NSN but it does not work in safari. in safari the the page goes to index but the user is not logged in as they would be in any of the other browsers. is there a mandatory field that i’ve left out in the form or something?
thanks
SD