内部で変数を呼び出す必要がありますが、document.write
機能しません...例
function(){
var variable=document.getElementById("text");
alert("your text "+ variable);
}
テーブル内には次のものがあります。
document.write('<td><input type="text" id="example"></td>');<br>
document.write('<td><input type="button" value="enter a text" onclick="function()">