Form

  • Thread starter Thread starter Joe Miller
  • Start date Start date
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?
 
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.
==============================================
 
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
 
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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top