| Ataru Morooka 2004-04-28, 10:29 pm |
| Hello, I am new here and I need some help with Dreamweaver 2004 Mx,
Asp e VBScript.
I am creating a registration page...the user insert name, family name,
e-mail, user ID in a form; pressing "send" a VBScript create a session
variable with a randow passowrd, insert all the data in a access db
using the DW INSERT script and send all the info via e-mail to the
user.
The problem is that I had to put the session variable value inside a
hidden field of the form because the INSERT script of DW accept only
form values.
But this way if you look at the html code you can read the random
password.
The question is:
Is it possoble to modify the INSERT script of DW so to INSERT both the
form and the session variable value at the same time? Do you have any
better idea how to handle this situation? Suggestions?
Thank you,
Ataru Morooka
|