<td> <input type="button" name="提交" value="机顶盒" style="height:60px;120px" onclick="window.location.href='目标地址'"/> </td>
如:
<td> <input type="button" name="提交" value="机顶盒" style="height:60px;120px" onclick="window.location.href='home.php'"/> </td>
<td> <input type="button" name="提交" value="机顶盒" style="height:60px;120px" onclick="window.location.href='http://www.baidu.com'"/> </td>