Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 29th, 2004, 07:23 AM
Registered User
 
Join Date: Mar 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP database to personalise logging in

hi
thought from anyone on this.
i have created ASP page to login and be verified. The thing is i wanted to personalise this by bringing back the name from the database. here is my logging in program.

<% @Language="VBScript" %><% response.contenttype="text/vnd.wap.wml" %>
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM/DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>

 <card id="card1" title="Login">


     <p>



     Login Name : <input type="text" name="txtUser" size="10" maxlength="20" emptyok="false" id="t1"/>
     Password :<input type="password" name="txtPass" maxlength="20" emptyok="false" id="t2" size="20"/>

<do type="accept" label="Submit!">
     <go href="home.asp" method="get">
          <postfield name="txtUser" value="a$txtUser"/>
          <postfield name="txtPass" value="a$txtPass"/>
     </go>
</do>

  </p>

</card>



</wml>

thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
Logging ASP data to SQL ph0neman Classic ASP Basics 3 March 12th, 2008 09:53 PM
SSIS - Built-In Logging / Custom Logging ivobecker23 SQL Server 2005 0 April 21st, 2006 05:41 AM
Logging in Database piyushnu ADO.NET 0 March 27th, 2006 11:47 AM
audit logging ted BOOK: Access 2003 VBA Programmer's Reference 0 August 23rd, 2005 09:06 AM
Redirecting and Logging off. rupen Classic ASP Basics 3 June 6th, 2005 07:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.