Jump to content

mooselan

Members
  • Posts

    7
  • Joined

  • Last visited

mooselan's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. so I gahter this goes in the <head> section <script language="javascript"> function Login(form) { var username = form.username.value var password = form.password.value var server = form.server.value if (username && password && server) { var horde = "http://" + username +"+"+server+ ":" + password + "@" + server + ":2095/" + "horde/index.php" window.status='WebMail' window.location = horde } else { alert("Please fill the username and the password") } } </script> and this part below goes where i want the login to be <form name=login> <table border=0 cellpadding=1 align="center" width="430"> <tr><td align=center> <font color="#000000" face="Verdana, Arial, Helvetica, sans-serif"> <h1><b>WebMail Login</b></h1> <input type="hidden" value="******" name="server" maxlength="30" size="15"> </font></td></tr> <tr><td align=center> <h2>User: <input type=text name=username size=15 maxlength="30"> </h2></td></tr> <tr><td align=center> <h2>Password: <input type=password name=password size=20> </h2></td></tr> <tr><td align=center> <input type=button value="Login" onClick="Login(this.form)" name="button"> </td></tr> </table> </form> i changed the domain name, but when I load the page I get a debugging error, and I click cancle and then I enter user name (black, password white) and it just reloads the page when I click the login button. What am i doing wrong??
  2. hm i tried that, but it dosent allow me to login as myname@**** how do i tell my users to login as say their account is BlACk and their password is white i tried BlACk@mydowmain.com password white but it didnt work whats up??
  3. is there a way to add web mail to all those that have e-mail accounts. Most dont know hot to setup a pop 3/use hotmail and would like a web mail feature for the @****. Is there a way to do this, as the web mail link in cpanel is only for me i assume and no one else. Tankyou
  4. how do i make people moderatores on my phpbb thankyou
  5. ah thnx for all the quick replys got it working thankyou very much!
  6. getting a err user name/passowrd, it it case sensitive??
  7. what do you put in the login when you axx the pop3 e-mail accounts i treid username, and username@domain.com but neither worked is there something special i have to do to the opera mail program??
×
×
  • Create New...