B
You can pass the value through Querystring, so just change where you have google.com and add the value to pass. For example$ta = "<td href=\"\" onClick=\"window.open('http://google.com?taRaiz={$RESP[taRaiz]}','Janela','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=300,left=25,top=25'); return false;\">$RESP[taRaiz]</td>";
And on the other page, to get it, you can use it <?php
$taRaiz = $_GET['taRaiz'];
// fazer o que precisas com esse valor