Creating hidden fields
Hello, and here's my scenario:
Creating a "login.asp" that will have one table for returning users to login, and another table for new users to register with their info. I need to create cookies for all returning and new users (I was told this needed to be done within the <head> tags. Then I need to create "hidden fields" which will maintain the information on the item ordered by the customer and its quantity.
Then I need to create cookies for the new users who just registered, so they will be recognized the next time they login. I have another two "hidden fields" that I need to create to contain the script for maintaining the item ordered and quantity.
Is there anyone out there that can lead me in the right direction? Please.
|