concretegong
05-18-2007, 02:25 PM
I have a form that sits in an inline frame and I need to set the value of a hidden field in that form.
The frame is called 'googleMap'.
The form is called 'route', and the hidden field is called 'daddr'.
I have this but its not working...
document.googleMap.route.daddr.value=postcodeValue;
Please help
The frame is called 'googleMap'.
The form is called 'route', and the hidden field is called 'daddr'.
I have this but its not working...
document.googleMap.route.daddr.value=postcodeValue;
Please help