Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP 3.0 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 2nd, 2005, 02:27 AM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginning asp 3.0: Chapter 15

In chapter 15 on page 668 on the "Try it out - Login screen and Login Checker" there seems to be an error on the page where there is no closing asp(%>) or a line of code is missing. Below is what it looks like on the page:

--------------------------------------------------------------------

<%
<% If Request("Again") = "1" then if Request("BadPW") = "True" then %>
  Invalid Password <BR>
<% Else %>
      E-Mail Address not found. Try again<BR>
  <% End If %>
<% End If %>
--------------------------------------------------------------------
Here is how i've modified it, however, Its still not working properly...anyone help me please?
--------------------------------------------------------------------
<% If Request("Again") = "1" Then %>
   <% If Request("BadPW") = "True" Then %>
    Invalid Password<BR>
   <% Else %>
    Not found<br>
   <% End If %>
<% End If %>



 
Old March 10th, 2005, 05:58 PM
Registered User
 
Join Date: Dec 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

have you tried downloading the code from the wrox site, as this is a bit different to what's in the book.

alfmouse





Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning Visual c# 2005 - Chapter 15 help Lucy_H85 C# 2005 6 October 12th, 2007 09:05 AM
Beginning Visual C# Exercises - Chapter 15 seblake C# 1 September 17th, 2004 08:41 PM
Chapter 15 (Bid.asp) JB977 BOOK: Beginning ASP 3.0 6 May 28th, 2004 02:07 AM
Chapter 15, page 648-649 (Beginning ASP 3.0) JB977 Wrox Book Feedback 0 February 16th, 2004 05:27 PM





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