Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 1996 14:30:26 -0600
From:      Sean Kelly <kelly@fsl.noaa.gov>
To:        ims@bcgrizzly.com
Cc:        questions@freebsd.org
Subject:   Re: Forwarded mail....
Message-ID:  <199606052030.UAA16485@gatekeeper.fsl.noaa.gov>
In-Reply-To: <199606010042.RAA21923@kodiak.bcgrizzly.com> (ims@bcgrizzly.com)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Ed" == Ed Imhoff <ims@bcgrizzly.com> writes:

    Ed> Can you give me an example of how I'd do this?  I'm a student
    Ed> learning how to code HTML.  The project is to create a form
    Ed> that checks if a user is valid.  It then returns output from a
    Ed> script that details his time used online.  Right now I'm only
    Ed> interested in getting the HTML coded

The HTML is pretty simple:

<!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN">
<html>
<head>
<title>Your title here</title>
<link rev="made" href="mailto:your email address">
</head>
<body>
<h1>Please Login</h1>
<form action="url of cgi program to verify password" method="POST">
<p>Your name: <input type="text" name="login">

<p>Your password: <input type="password" name="password">

<p><input type="submit" value="Log in!">

</form>
</body>
</html>

-- 
Sean Kelly                          
NOAA Forecast Systems Laboratory    kelly@fsl.noaa.gov
Boulder Colorado USA                http://www-sdd.fsl.noaa.gov/~kelly/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606052030.UAA16485>