Okay... I'm missing something here.
Working on redoing all the templates 
Anyway.. I want to either specify the domain that a
person   logs into via a drop down <option> list or
when I get the seperate templates for each domain done
have it automatically put the that domain on the
address so it will autenticate.

As of yet all if is giving me is a invalid login
attempt.
Not seeing the domain name.

Running sqwebmail 3.3.1 
vpopmail-5.2
qmailadmin 1.0.2

the login page html is like this

<table border="0" width="197">
            <tbody> 
            <tr> 
              <td> <font
color="#ffffff">Username:</font> </td>
              <td> 
                <input type="text" size="16"
name="username" maxlength="128">
              </td>
              <td>
                <select name="select" size="1">
                  <option
selected>@maindomain.net</option>
                  <option>@domain1.com</option>
                  <option>@domain2.com</option>
                  <option>@domain3.com</option>
                </select>
              </td>
            </tr>
            <tr> 
              <td> <font
color="#ffffff">Password:</font> </td>
              <td> <font color="#ffffff">
                <input type="password" size="16"
name="password" maxlength="128">
                </font> </td>
              <td>&nbsp;</td>
            </tr>
            <tr> 
              <td><br>
              </td>
              <td> 
                <input type="submit" value="Login"
name="do.login">
              </td>
              <td>&nbsp;</td>
            </tr>
            </tbody> 
          </table>
                
if I enter my domain in the login field all works
great.
Okay.. since I am missing something simple.. someone
laugh at me and fill me in please.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to