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

Re: Using only HTML and Javascript - Passing data Between 2 dif Forms by Stefan

Stefan
Wed Jun 01 03:38:30 CDT 2005

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

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Frank H. Shaw" <FrankHShaw@discussions.microsoft.com> wrote in message news:C0501A0D-19F4-4FA4-94F2-71225F65AC9D@microsoft.com...
| 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