CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Bookstore Login Sequence Order

Print topic Send  topic

Author Message
Alan
Posted: 03/09/2002, 7:25 AM

I have a question on how you would change the order of login on the bookstore example. Instead of requiring the user to login before viewing a book detail, I want them to be able to move from the default page book link to the detail page. Upon viewing the details of the book, if they decide to add it to their shopping cart for the first time, then prompt for the login screen. The current approach is confusing to first time users.

One other question I have is how you can equally distribute the size of the columns in the portal example. When I run the example, the middle column is larger and shifts left.

By the way, I positively love your product. It's fun and very productive to use. Excellent job folks.
Alan
Posted: 03/09/2002, 3:31 PM

Here's an approach taken by your other users. See http://www.novascape.com/
Nicole
Posted: 03/11/2002, 6:50 AM

Alan,
try to play with page security. Set it to no authentication for book details page. But to force user log in protect with login/password page that is set as form action for "add to shopping cart" form.
Alan
Posted: 03/14/2002, 8:14 AM

Open the BookDetail page
Open ORDER form properties | Events | Custom Actions | Obtain generated code

Add the following code at the end of the Validate fields section
prior to the "If len(sOrderErr) > 0 then" statement.

if Session("UserID") = "" then
cn.Close
Set cn = Nothing
response.redirect( "Login.asp?QueryString=item_id=" & flditem_id & "&ret_page=bookdetail.asp")
end if

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.