developer155
Programmer
I have a pop up (asp.net page) that have JS that sends a fields value to a field on the opener page:
window.opener.document.frmLocation.OStreetAddressText.value = address;
For some reason the caller form gets the address value it looks like it has been URL-incoded. Why does that happen and how can this be fixed?
thanks!!
window.opener.document.frmLocation.OStreetAddressText.value = address;
For some reason the caller form gets the address value it looks like it has been URL-incoded. Why does that happen and how can this be fixed?
thanks!!