首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

正当中显示按钮

2012-08-22 
居中显示按钮td colspan2centerinput typebutton value上传 onclickupload() /inputtyp

居中显示按钮
<td colspan=2>
    <center>
       <input type="button" value="上传" onclick="upload();" />
       <input  type="button" value="关闭" onclick="javascript:window.close();"/>
    </center>
</td>

热点排行