cahigg -> Using session variables on new forms (7/11/2001 13:01:00)
I'm using spooky login and would like to be able to capture the username on other forms to be written to a database. I'm setting up a comments form, survey, and forum that would save the username from the login to each submission. I would also like to setup a template in FrontPage 2000 for new forms. I tried using a hidden field as follows: <input type=hidden name="username" value=<% Session("UserName")%>> I don't get an error, but the username field remains blank. I'm new to vbscript and frontpage so I'm hoping this can be done in frontpage so that my client can create new forms (along with the databases) as needed. Any help is greatly appreciated.
Thanks, Chris
TimC -> RE: Using session variables on new forms (7/11/2001 22:57:00)