js如下 ,务必确保js的编码格式和你的html文本的格式一致,同为gb2312或其他
范例。
根据.net的script制作。
只需在表格中添加引用即可。
注意script必须为utf-8格式。
softfunction.js可以去中国铁路查询train.tielu.org下载。
< script src="<?php echo $comLivePath;?>/softfunction.js" language="javascript" type="text/javascript">< /script>
< table class="adminlist" onclick=sortColumn(event) border=1>
< thead>
< tr>
< td width="5">
< a title='按序号排序' href='#'>
#
< /a>
< /td>
注意thead务必加上。
并修改样式templates\mambo_admin_blue\css\template_css.css
table.adminlist thead td {
background: url(../images/background.gif);
background-repeat: repeat;
color: #ffffff;
height: 25px;
padding: 4px;
}
table.adminlist tbody td {
border-bottom: 1px solid #e5e5e5;
padding: 4px;
}