Forum Moderators: open
I am getting :
Error: Permission denied to get property Window.document
Source File: orders_customer_finder_inline.php
Line: 1
Errors when i click the link with variables.
The iframe has a form which the user can use to find a customer by his/her postcode. When you submit the form a results page is shown in the iframe. Clicking a result link runs the following:
<a href="" onClick="parent.document.detailsFormMain.forename.value = '<?php echo $cr['forename'];?>';window.close()" />Select This Customer</a>
the field i'm trying to populate is in the form "detailsFormMain" with the fieldname of "forename".
Any ideas?