I am using the windows.open function to pop up a window that I wrote using HTML. I have the name, address, city, state, zip text field along with a radio button and list menu. How can I pass the information from this pop up window back to the original htlm page?
For example:
window.open("customerInfo.html",abc);
// need to get the info back from the html code and use it here.
Thanks,
Mark
For example:
window.open("customerInfo.html",abc);
// need to get the info back from the html code and use it here.
Thanks,
Mark