わかりましたので、これは私のコードです。問題は、ボタンと送信がありますが、何らかの理由で送信ボタンのテキストが間違っていることです
ここにコードがあります
<input type="button" id="openerCol" style = "width: 100px; height: 25px" value="Add new column" onclick="showPartial()"/>
<br/>
<input type="button" id="openerInsCol" style = "width: 100px; height: 25px" value="Insert column" onclick="showPartial()"/>
<br/>
<input type="button" id="openerUpCol" style = "width: 100px; height: 25px" value="Update column" onclick="showPartial()"/>
<br/>
<input type="button" id="opener3" style = "width: 100px; height: 25px" value="Delete column" onclick="showPartial()"/>
<br/>
<input type="submit" name="Index" style = "width: 100px; text-align: top; height: 25px"; value="Add Row" />
<br/>
<input type="button" id="openerDelR" style = "width: 100px; height: 25px" value="Delete row" onclick="showPartial()"/>
<br/>
<input type="button" id="openerEditCell" style = "width: 100px; height: 25px" value="Edit cell" onclick="showPartial()"/>
ここでスクリーンショットを見ることができますhttp://tinypic.com/r/rwpc48/6
何か案は?