window.open(url) で開くリモート URL があります。そのページにはテキストエリアがあり、そのテキストエリアの値を親ページから変更したいと考えています。
window.open("http://facebook.com/share.php?u=
http://something.com&t="+txt,'facebook','height=400,width=550');
$("textarea#u_0_6").val('test');
ありがとうございました