Hi guys
Small prob i'm using the following line of code
customerName = window.opener.form2.custName.value;
The problem is that I'm no longer opening the page in a new window, I'm opening it in the same window and thus replacing the older page.
Is there anyway for me to get the same information?
Thanks