Passing values to parent div
Posted: Tue Nov 27, 2007 7:13 am
I have a link in main page on clicking a popup opens where i insert some values after inserting i want to update a div which is in main page
This is the code i am using.
Nothing is displaying
This is the code i am using.
Code: Select all
if($insert_feedback_RES)
{
echo '
<script type="text/javascript">
opener.window.getElementById("next_step_home").innerHTML = "FEEDBACK IS OVER";
</script>';
}