Re: (=DoD.net Collective=) Back To Work

From: ian (ian@mail.fightdot.com)
Date: Mon Mar 04 2002 - 21:42:35 PST

  • Next message: James M. Luedke: "Re: (=DoD.net Collective=) Back To Work"

               **************************************
               ********* DoD.net Collective *********
               **************************************

    this script just checks to see if there is data in a text field. if there is none, it prompts with an error box... you could add more error checking, to make sure there are atleast 10 numbers, and non 555-1212.

    ian

    <!--- beging code

    <html>
    <head>
    <title>code example</title>
    </head>
    <body>

    <script>
    function validate(check)
    {
      if(check.textbox.value=="")
      {
        alert("Please enter your value");
        check.textbox.focus();
        return(false);
      }
    }
    </script>
    <form>
    <input type=text name=textbox value="">
    <input type=button onclick=validate(this.form) value=Validate>
    </form>

    </body>
    </html>

     -end-code-->

    ---------- Original Message ----------------------------------
    From: Chris Mooney <godsflaw@dod.net>
    Reply-To: collective@dod.net
    Date: Mon, 4 Mar 2002 15:21:09 -0800

    > **************************************
    > ********* DoD.net Collective *********
    > **************************************
    >
    >
    >-----BEGIN PGP SIGNED MESSAGE-----
    >Hash: SHA1
    >
    >Below is an update on the work list.
    >
    >On Thu, Feb 14, 2002 at 02:07:33PM -0800, Chris Mooney wrote:
    >> PROJECT LISTING
    >>
    >> 1: Revamping Website
    >> Well we have already begun this process so anyone interested
    >> in helping is more then welcome to. James has written almost
    >> the entire site in PHP and we are simply trying to update
    >> the content on the pages. Below is the list of things I
    >> know we should update. So lets take it one at a time
    >> work them out.
    >>
    >> a: Get the news section up and running. James this is all
    >> about you but any of us will help. Are you still working on
    >> this project? If not lets get all the hands on this we can. If
    >> there is something that will be easy to do feel free to delegate
    >> tasks out to us. If you have stopped development on this let us
    >> know.
    >
    >
    >James: Are you still working on this project?
    >
    >
    >>
    >> b: Change the about page to describe the collective better.
    >> Make sure to include a link for active members and what projects
    >> they are working on. Also make a link to the collective list
    >> archives. And put up the projects database that Oddity made.
    >
    >
    >ALL DONE!!!
    >
    >
    >>
    >> c: Change the altavista (av.com) search option on the side to
    >> google.
    >>
    >> d: Re-vamp the rates on the hosting section. This is
    >> important. Since the rates are wrong we will want to give
    >> people a better idea of what we really charge. To sum it up for
    >> simple hosting virtual or domain it is $60.00 and if you need us
    >> to register the domain for you then it is $95.00 for the year.
    >
    >
    >ALL DONE!!!
    >
    >
    >>
    >> e: Add a way to request and pay for additional space.
    >> $10.00 a year for an additional 50 megs.
    >>
    >> f: Format the webmail PHP to match dod.net better.
    >> https://secure.dod.net/webmail/. Then add the link into the
    >> e-mail page and the rest of the site so people can access
    >> webmail.
    >>
    >> g: Change the Thank you form that is loaded after sign up. This is
    >> HTML and should be PHP. Also change the links in the pages that send
    >> you through to the HTML page.
    >
    >
    >We have two issues here.
    >
    >1: We still need to do the e-mail sign up form
    >2: Netscape gets "A Network error occurred while receiving data" error.
    >
    >
    >>
    >> h: Fix the links on the secure pages so that they load all content
    >> from a local host name rather then filez.dod.net.
    >
    >
    >ALL DONE!!!
    >
    >
    >>
    >> i: Add javascript for a valid phone number onto the sign up pages.
    >> This is so we have a way of contacting people.
    >
    >
    >Does anyone know what the code would look like to do this?
    >
    >
    >>
    >> j: Put a link to the "choosing a good password" page next to the
    >> password location of the sign up form.
    >
    >
    >ALL DONE!!!
    >
    >
    >>
    >
    >- --
    >
    >Chris Mooney ....................... UNIX Systems Administrator
    >Daemons ofThe Damned ............... http://home.dod.net/
    >P.O. Box 1357 ...................... Tel: (619) 665-3845
    >Santa Cruz, CA 95061 ............... godsflaw@dod.net
    >
    >My PGP Public Key Block can be found at:
    >http://godsflaw.dod.net/pgp-public-key.asc
    >
    >Fingerprint: 8BD8 B2E1 FAF4 CB7D 8A35 59AD A6AD DDD0 AFEB 96FD
    >
    >- - --
    >-----BEGIN PGP SIGNATURE-----
    >Version: GnuPG v1.0.6 (SunOS)
    >Comment: For info see http://www.gnupg.org
    >
    >iD8DBQE8hAFkpq3d0K/rlv0RAlGPAJ4vNnRCXWfKa+PE3Z5a1zlnxS6wvACgiX/E
    >uKeL0biANyYbhbw6Fg6vu2Y=
    >=Siwq
    >-----END PGP SIGNATURE-----
    >
    >
    >*********************************************************
    >*If you would like to unsubscribe from this mailing list*
    >*please e-mail mail-lists@dod.net with the following in *
    >*the body of the message. *
    >* *
    >* unsubscribe collective *
    >* *
    >*If for any reason you need to contact the administrator*
    >*of this list please mail owner-collective@dod.net. You*
    >*can access the archives and more information about this*
    >*list by going to http://www.dod.net/collective/ . *
    >*********************************************************
    >

    *********************************************************
    *If you would like to unsubscribe from this mailing list*
    *please e-mail mail-lists@dod.net with the following in *
    *the body of the message. *
    * *
    * unsubscribe collective *
    * *
    *If for any reason you need to contact the administrator*
    *of this list please mail owner-collective@dod.net. You*
    *can access the archives and more information about this*
    *list by going to http://www.dod.net/collective/ . *
    *********************************************************



    This archive was generated by hypermail 2b29 : Mon Mar 04 2002 - 21:34:44 PST