ป๋าจ๋าขอบคุณมากจ้า
แต่ว่า firefox มัน back tp top ไม่ได้ ช้วยด้วยจ้า Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table border='0' width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td>
This is top of my page, go to
<a href='#middle'>Middle</a> | <a href='#last'>Last part</a> |
<a href='#end'>End</a> <br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
</td>
<td>
</td>
</tr>
<tr>
<td><a name=middle>This is middle of the page</a> <br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
<td align=right valign=top><a href='#TOP'>Back to top</a>
</td>
</tr>
<tr>
<td><a name=last>This is last part of the page</a>
<br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
<td align=right valign=top><a href='#TOP'>Back to top</a>
</td>
</tr>
<tr>
<td>
<a name=end>This is end of the page</a> <br><br><br><br><br><br><br><br>
<br><br><br><br><br><br>
</td>
<td align=right valign=top>
<a href='#TOP'> Back to top</a>
</td>
</tr>
</table>
</body>
</html>