Hi all,
I've got multiple HTML files that share this javascript file. I would like to know, how is it possible to store the value somewhere (After performing javascript calculations from a page [file.html]) from a textbox and display it in another HTML (file2.html) [IE: call up the value stored in the form of file.html] file, on a particular textbox?
BTW, the javascript calculations are all performed in a function and on submit of the form, it will call the function which will display the results.
I've got multiple HTML files that share this javascript file. I would like to know, how is it possible to store the value somewhere (After performing javascript calculations from a page [file.html]) from a textbox and display it in another HTML (file2.html) [IE: call up the value stored in the form of file.html] file, on a particular textbox?
BTW, the javascript calculations are all performed in a function and on submit of the form, it will call the function which will display the results.