我有一个包含多个表的页面,这些表也是将数据发送到PHP脚本的表单。您可以在此处查看示例:https://jsfiddle.net/1gL4qzh2/
<form action='singleview.php' method='post'>
<table id='scholarship' style='float:left;' align='center'>
<thead>
<th class='head' colspan='3' style='text-align:center;'>University of Michigan--Dearborn
<br>
<br>Full Tuition
<br>
<br>Public
<br>
<br>
<input type='hidden' name='id' value='ARLUJ'>
<input type='submit' value='View More Details'>
</th>
</thead>
</form>
</table>
我遇到的问题是左上角的前两个按钮&#34;查看更多细节&#34;不管用。所有其他表格都可以正常使用。当我把它放在小提琴中时,它们似乎正常工作。
有没有人知道我在这些工作中缺少的小提琴代码中有什么?