Form

J

Joe Miller

I have a FrontPage form with a couple of textboxes, drop-
down boxes and scroll boxes. Once the submit button is
clicked, the customized confirmation page displays and the
contents are emailed. Users would like to have the
opportunity to submit additional forms where the
information in a few of the fields would remain the same
(i.e., client name, client number, matter name, matter
number). How can I add this functionality to my form?
 
T

Thomas A. Rowe

You would have to look into using Cookies w/JavaScript to store the data from the first form and
then retrieve it for other forms.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Joe Miller

Thanks. Can you point me to any sites to get me started?
-----Original Message-----
You would have to look into using Cookies w/JavaScript to
store the data from the first form and
 
T

Thomas A. Rowe

Sorry, you will have to wait for someone else the uses cookies with JavaScript. I use Session
cookies under ASP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top