Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Shane/bsgbook.js: Difference between revisions

From the only original and legitimate Battlestar Wiki: the free-as-in-beer, non-corporate, open-content encyclopedia, analytical reference, and episode guide on all things Battlestar Galactica. Accept neither subpar substitutes nor subpar clones.
Shane (talk | contribs)
m User:Shane/standard.js moved to User:Shane/myskin.js: needs to be myskin.js
Shane (talk | contribs)
No edit summary
Line 1: Line 1:
// [[Wikipedia:User:Lupin/popups.js|User:Lupin/popups.js]]
/* <pre><nowiki> */


document.write('<script type="text/javascript" src="'
addOnloadHook( myFunction );
            + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
 
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
Functions can also be written inline as
 
addOnloadHook( function() {
    myFunction () { alert("test"); }
} );
 
/* </nowiki></pre> */

Revision as of 05:47, 21 April 2006

/* <pre><nowiki> */

addOnloadHook( myFunction );

Functions can also be written inline as

addOnloadHook( function() {
    myFunction () { alert("test"); }
} );

/* </nowiki></pre> */