JohnnyPolite
MIS
Hello,
I am running into a problem trying to make a page for a user to add an account to a database. Right now, I have a form that the user fills out. From there, the form submits to a processing page that checks to make sure it is an original username and that the "password" and the "retype password" fields match. If the form values pass the check then it adds the record with an INSERT statement.
Does anyone know the best way to display these error messages when the user needs to pick another username or the passwords do not match. I am using a redirect method now, but it does not let me pass values back to the form with the appropriate error message. Because of this, I can't repopulate the text boxes with the information the user previously entered. I have been searching for a method to pass a form value through a processing page to the next page, but I just can't figure it out.
This is such a common thing, but I am a newbie. I am halfway decent at VBA, but I am finding gaps in my knowledge transferring it to ASP with VBScript.
I'd appreciate any help. This snag has been bothering me for a while now. Thanks in advance!
I am running into a problem trying to make a page for a user to add an account to a database. Right now, I have a form that the user fills out. From there, the form submits to a processing page that checks to make sure it is an original username and that the "password" and the "retype password" fields match. If the form values pass the check then it adds the record with an INSERT statement.
Does anyone know the best way to display these error messages when the user needs to pick another username or the passwords do not match. I am using a redirect method now, but it does not let me pass values back to the form with the appropriate error message. Because of this, I can't repopulate the text boxes with the information the user previously entered. I have been searching for a method to pass a form value through a processing page to the next page, but I just can't figure it out.
This is such a common thing, but I am a newbie. I am halfway decent at VBA, but I am finding gaps in my knowledge transferring it to ASP with VBScript.
I'd appreciate any help. This snag has been bothering me for a while now. Thanks in advance!