Compare Page Revisions
« Older Revision - Back to Page History - Newer Revision »
Table of Contents [Hide/Show]
Displaying the current URL Displaying the Document Timestamp Setting Initial Focus Submitting a Form Applying Alternating Formats to a Table
document.write(document.URL);
document.write(document.lastModified);
document.getElementById("myControlId").focus();
document.forms[0].submit();
even
odd
function recolorTable() { var rows = '#MyTable tbody tr' $(rows).removeClass('even').removeClass('odd'); $(rows + ':visible:even').addClass('even'); $(rows + ':visible:odd').addClass('odd'); }
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.