Source code for /src/table.htm.txt

//======================================================================//
// Author: Mark Qian <markqian@hotmail.com>                             //
// WWW: http://www.coolshare.com                                        //
// Copyright (c) 2006, Mark Qian                                        //
//                                                                      //
// You must contact Mark Qian to get a permission of use                //
// in case you want to make any use of the codes except viewing it     //
// on Mark's site.                                                      //
//======================================================================//


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title>On-demand Scrollable Table with Frozen Header and First Column</title>
</head>
<script language="javascript" src="/html/js/cross_browser.js"></script>
<script src="/html/js/expand.js"></script>
<script src="/html/js/remote_view.js"></script>
<script language="javascript" src="/html/js/include_ajax.js"></script>
<body background="/html/images/rulebk.jpg">
 <table><tr><td><table width=80><tr><td></td></tr></table></td><td><table><tr><td>
<center> <h2>Building an AJAX Application (6): An On-demand Scrollable Table with Frozen Header</h2>
(By Mark Qian on 9/4/2006)
<br>
</center>
 <br>
<pre>
<h3>Preface</h3>
<ul>
  <li><a href="http://www.coolshare.com/javascriptlab/html/problems/table_scale.htm" target=_blank>Something a litte bit off topic first: table and scalability <span style="margin-left:10px;margin-right:10px;width:120px;height:20px;background-color:lightgrey;text-align:center;text-valign:middle;border:2px buttonhighlight outset;cursor:hand;font-size:9pt;font-weight:bold">Show details</span></a></li>
</ul>
<h3>Demo</h3>
<ul>
<li><a href="http://RemoteScriptGuru.com/RemoteScriptGuru/jsp/javascriptlab/ajax/table/table_top.jsp" target=_blank>Running on-demand table</a></li>
  
</ul>

</pre>            

<script id="__include__">
  include.load("http://www.coolshare.com/html/common/contact.htm");
</script>

</body>
</html>