How can I pass inputs using window.open from a parent to a child window without using the querystring? I need to pass them to the child window and then get them back into VBScript(or at least HTML), so I can reprint the form in the child.
I can get them passed into an array in the child window, but can't figure out how to pull them out of the array to either VBScript or HTML.
Any help would be appreciated.
I can get them passed into an array in the child window, but can't figure out how to pull them out of the array to either VBScript or HTML.
Any help would be appreciated.