Here’s another stumper:
Login using ’username’ and ’password’ works great in FF (Mac), FF (PC), and Safari. But when I try logging in using IE6 or IE7, the page simply refreshes. I get no confirmation message, and when I try to hit a private page, I’m denied.
Here’s the form code:
[+wlpe.message+]
<form method="POST" id="wlpeLoginForm" action="/index.php?id=41">
<div class="form">
<label id="wlpeUsername" for="username">Username *</label>
<div class="form-text"><input id="wlpeUsername" name="username" tabindex="1" /></div>
</div>
<div class="form">
<label id="wlpePasswordLabel" for="password">Password *</label>
<div class="form-text"><input id="wlpePassword" name="password" type="password" /></div>
</div>
<input class="searchbtn" onmouseover="this.className=’searchbtn searchbtnhov’" onmouseout="this.className=’searchbtn’" type="submit" name="service" value="Log in" id="wlpeLoginButton" />
</form>