ポップアップ ウィンドウ内でさらにデータを追加し、テーブルのスタイルを設定しようとしています。
私は持っている
var popup = window.open("popup.html", "popup","width=800","height=600");
popup.document.write(
"<table id='dataTable'>"+
"<tr><th>test1</th><th>test2</th><th>test3<th></th>test4</th><th>test5</th></tr>" +
"</table>");
ajax callback data
codes....
データを追加してテーブルのスタイルを設定する方法は?