We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9911
    • 3 Posts
    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>
      • 4310
      • 2,310 Posts
      On the latest version the login button code is :
      <button type="submit" id="wlpeLoginButton" name="service" value="login">Login</button>

      May be a JS issue with IE dealing with your custom JS functions?