User: fs      
Date: 06/04/25 01:52:14

Added:
 /dba/www/js/
  dba_default.js

Log:
 common scripts for DBA pages

File Changes:

Directory: /dba/www/js/
=======================

File [added]: dba_default.js
Url: 
http://dba.openoffice.org/source/browse/dba/www/js/dba_default.js?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 17
---------------
window.onload = "onLoad";

function onLoad()
{
    // let H1 headers have round corners
    Nifty( "h1", "normal" );

    // in the left hand side menu, hilight the item representing the current 
page
    hilighCurrentMenuItem();
}

function hilighCurrentMenuItem()
{
    var documentBody = document.getElementsByTagName( "body" )[0];
    var documentID = documentBody.getAttribute( "id" );
    window.alert( documentID );
}




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to