Using only HTML and Javascript - Passing data Between 2 dif Forms

F

Frank H. Shaw

Passing data from on form to another form that is opened on top on the other
form. How can one do this is their a way to set up a global array that all
opened forms could have access to then in javascript put infomation contained
on a web page in the global array having a button on the web page opens a new
web page which is a form then open opening the new form as a new window in
javascript go to the global array and get the information stored in it and
send it to the objects on the form. If there is a better way to do this
please explain and if the global array idea is do able then please show me a
example of how to set up the global array and read and write data from the
array. THANKS
 
S

Stefan B Rusynko

See http://irt.org/script/form.htm




| Passing data from on form to another form that is opened on top on the other
| form. How can one do this is their a way to set up a global array that all
| opened forms could have access to then in javascript put infomation contained
| on a web page in the global array having a button on the web page opens a new
| web page which is a form then open opening the new form as a new window in
| javascript go to the global array and get the information stored in it and
| send it to the objects on the form. If there is a better way to do this
| please explain and if the global array idea is do able then please show me a
| example of how to set up the global array and read and write data from the
| array. THANKS
 

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

Top