[AccessD] OT - ASP & HTML Logon

Doug Murphy dw-murphy at cox.net
Tue Apr 27 11:19:34 CDT 2004


One good resource is http://www.4guysfromrolla.com/.

Doug

Douglas Murphy
Murphy's Creativity
(619) 334-5121
doug at murphyscreativity.com
www.murphyscreativity.com




-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of
paul.hartland at fsmail.net
Sent: Tuesday, April 27, 2004 1:29 AM
To: accessd
Subject: [AccessD] OT - ASP & HTML Logon


To all,
 
Really sorry for the OT but don't know any good ASP/HTML lists.
 
I am starting to get into writing HTML & ASP (gulp), I have created a
HTML logon page (very very very basic) which when you click the Submit
button calls an ASP page called CheckLogin.asp (see HTML code below):
 
<HTML>
<HEAD>
<title>Orridge Reporting Logon</title>
</HEAD>
<BODY>
      <FORM METHOD=Post ACTION="CheckLogin.asp">
      Username: <INPUT TYPE=Text NAME="Username">
      <P>
      Password: <INPUT TYPE=Password NAME="Password">
      <P>
      <INPUT TYPE=Reset> <INPUT TYPE=Submit>
      </FORM>
</BODY>
</HTML>
 
The problem being that when the submit button is pressed it tries to
download the page instead of checking the username against my database.
Does anyone know what the problem could be ?
 
Thanks in advance for any help on this.
 
Paul Hartland
Database Designer/Developer (and a total novice in WEB development).
Join the UK's number one for the internet 
www.freeserve.com/time
-- 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com





More information about the AccessD mailing list