Results 1 to 3 of 3

Thread: new login input

  1. #1
    Senior Member
    Join Date
    Sep 2003
    Posts
    554

    new login input

    Hey i've been working on this source code for my website for a few days, and i thought i would get your opinions on what you thought about it.
    It's a code were users to my Online Server can login, and they have to select there user level and enter the required details before they could login..
    So i was wondering if anyone else had anyideas on what i could put in to make it a little more fancier so to speak..

    Anyhow here it is:

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>

    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252">
    <title>fusion - Add user</title>

    <script>
    function PreviewPost() {
    document.formname.action = document.formname.gofeild.value;
    }
    </script>
    <style>
    <!--
    body {
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color: #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
    }
    /* The text input fields background colour */
    input.post, textarea.post, select {
    background-color : #f5f5f5;
    border-style: solid;border-width: 1;
    }
    input { text-indent : 2px; }
    /* The buttons used for bbCode styling in message post */
    input.button {
    background-color : #EFEFEF;
    color : #000000;
    font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    /* The main submit button option */
    input.mainoption {
    background-color : #DEE7EF;
    border-style: solid;border-width: 1;
    }
    /* None-bold submit button */
    input.liteoption {
    background-color : #FAFAFA;
    font-weight : normal;
    }
    body, td, input, textarea, select { color: black; font: 8pt verdana; font-weight: none; text-decoration: none }
    -->
    </style>

    <script language="JavaScript" src="./jsfunc.js" type="text/javascript"></script>
    </head>
    <body bgcolor="#000000" text="#000000" link="#ffff00" vlink="#ffffff"
    alink="#ffffff" style="font-size: 8pt; font-family: Verdana;">

    <center>
    <p> </p>

    <p> </p>

    <table width="390" border="1" cellspacing="1" cellpadding="2"
    bgcolor="#ffff00" bordercolor="#000000" height="285">
    <tbody>
    <tr>
    <td bgcolor="#ffffff" colspan="2" width="380" height="277"
    valign="top">
    <p align="center" style="margin-top: 0pt; margin-bottom: 0pt;"><font
    color="#000000"><b><font size="2" face="Verdana">cr347ive productions</font></b></font><font
    face="Verdana" size="1">
    <table class="adminpanel" width="351" cellspacing="0"
    cellpadding="0" border="1" bordercolor="#000000" bgcolor="#000000"
    height="255">
    <tbody>
    <tr>
    <td width="81" valign="top" height="23">
    <form action="http://www.notworkinghere.com" method="post"
    name="formname">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> login:</font> </p>
    </form>
    <td width="264" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input size="40" type="text" class="post"
    name="username"> </font> </p>
    </td>
    </td>
    <tr>
    <td width="81" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> Nickname:</font> </p>
    </td>
    <td width="264" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input size="40" type="text" class="post" name="nick"> </font>
    </p>
    </td>
    </tr>
    <tr>
    <td width="81" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> email:</font> </p>
    </td>
    <td width="264" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input size="40" type="text" class="post" name="email">
    </font> </p>
    </td>
    </tr>
    <tr>
    <td width="81" valign="top" height="14">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> </p>
    <br>
    </td>
    <td width="264" valign="top" height="14">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input class="post" type="checkbox" name="showemail">
    Hide email?</font> </p>
    </td>
    </tr>
    <tr>
    <td width="81" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> password:</font> </p>
    </td>
    <td width="264" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input size="40" type="text" class="post"
    name="password"> </font> </p>
    </td>
    </tr>
    <tr>
    <td width="81" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> icon URL:</font> </p>
    </td>
    <td width="264" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input size="40" type="text" class="post" name="icon"> </font>
    </p>
    </td>
    </tr>
    <tr>
    <td width="81" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> user level:</font> </p>
    </td>
    <td width="264" valign="top" height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff">
    <select name="le">
    <option value="0">Guest</option>
    <option value="1">normal</option>
    <option value="2">editor</option>
    <option value="3">admin</option>
    </select>
    </font> </p>
    </td>
    </tr>
    <tr>
    <td height="23" width="81">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"><font
    color="#ffffff">site to hit:</font> </p>
    </td>
    <font face="Verdana" size="1"> </font><td width="264" valign="top"
    height="23">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input size="40" type="text" class="post"
    name="gofeild"> </font> </p>
    </td>
    </tr>
    <tr>
    <td height="37" colspan="2" align="center" width="347"> <font
    face="Verdana" size="1">
    <p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
    color="#ffffff"> <input type="submit" class="mainoption" value="Add"
    onclick="PreviewPost()"> <input type="reset" class="mainoption"
    value="Reset"> </font><a
    href="http://gostats.com/gogi/viewstats.pl?mn=blah2345" target="_top"><img
    src="http://gostats.com/gogi/count.pl?mn=blah2345" border="0"
    width="33" height="13">
    </a> </p>

    <p align="left"
    style="margin-top: 0pt; margin-bottom: 0pt;"> </p>

    <p align="center"
    style="margin-top: 0pt; margin-bottom: 0pt;"><font color="#ffffff">Script
    Created By <a href="mailto:elmoes_187@hotmail.com">creative_32X_mx</a></font></p>
    </font> </td>
    </tr>
    </tr>

    </tbody>
    </table>
    </font></p>
    </td>
    </tr>

    </tbody>
    </table>
    </center>
    </body>
    </html>



    I've also included a copy of what it would look like on the website aswell, it's still in testing so of course none of the functions will not work. I just want more opinions and more ideas to improve it..
    Cheers

    creative

  2. #2
    Senior Member
    Join Date
    Sep 2003
    Posts
    500
    Pretty good, how are you going to send the info from the page to a mail box? (I never could figure out how to do that ). You could always add some javascript onmouseovers those are always fun. As for fancier, instead of using the defined tables, you could always search the internet for web graphix and use those for your edges, or try your hand at making your own.
    You shall no longer take things at second or third hand,
    nor look through the eyes of the dead...You shall listen to all
    sides and filter them for your self.
    -Walt Whitman-

  3. #3
    Senior Member
    Join Date
    Sep 2003
    Posts
    554
    Yeah this is just a prototype at the moment, i really only made this as i was bored sh*tless, and had a lotta time to waste.
    I've started working on the Graphic side of things.
    And the mail box thing well ain't got that fine tuned at the moment, but believe me i'm working on that one..

    Anyhow thanks for the feed back.

    cheers
    creative

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •