Difference between revisions of "Template:Floating table headers"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) (Created page with "var floating_header = function() { this.header = document.createElement('table'); this.header_height = 0; this.getkeys = function(obj) { var keys = new Array(); for ( v...") |
John Lavalie (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
| + | <script type="text/javascript"> | ||
var floating_header = function() { | var floating_header = function() { | ||
| Line 141: | Line 143: | ||
}; | }; | ||
floating_header(); | floating_header(); | ||
| + | </script> | ||
| + | </includeonly> | ||