[Javascript] Re: Javascript digest, Vol 1 #670 - 8 msgs

Roger Roelofs rer at datacompusa.com
Thu Jun 13 15:24:14 CDT 2002


Glenn,

You have three choices.

1.  Save the data in a cookie.  There are lots of available routines for 
this.
2.  Useing a frameset, store the data in an invisible frame.
3.  open a small window, put your data in the new window, switch forms, 
get data from window, close window.

I vote for 1 if possible as long as your data is less than 4k in length.
If 1 is not possible, 2 is better than 3 because the temporary window 
will distract users.

Others have already suggested the first two options.  Are they unusable 
in your situation?

Have a nice day.

On Thursday, June 13, 2002, at 02:59  PM, javascript-request at LaTech.edu 
wrote:

> From: "Glenn Morris" <gmorris at sct.com>
> Date: Thu, 13 Jun 2002 14:56:26 -0400
> Subject: [Javascript] Need simple transfer form
>
> I posted an earlier script about transferring information and got alot
> of good responses. Unfortunately due to restrictions (no access to
> server, large amount of data etc.) I am unable to use them. If I can
> get a simple transfer form of data I will be set. This is what I need.
> 1) Two hidden values (fname, lname)
> 2) Person presses Button.
> 3) New form opens (this must be a form that I already have created
> called NewForm.html, it is in the same directory as original form).
> This NewForm.html must be in the same browser window.
> 4) NewForm.html has one editable field with both values (from fname &
> lname) in it.
> This is all i need but it must be in javascript.
>
Roger,

Roger Roelofs                          Phone 616 574-0480 x246
Datacomp Appraisal Services            Fax   616 574-0486
3215 Eaglecrest Drive, NE  Suite 100   email rer at datacompusa.com
Grand Rapids, MI  49525-4593           web   www.datacompusa.com




More information about the Javascript mailing list