Einzelnen Beitrag anzeigen
Alt 26.12.2002, 18:25   #6
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

Code:
<script>
function first(){
   //doSomething
}

function second(){
  //doSomethingElse
}

function init(){
   first();
   second();
}
</script>
...
<body onload="init();">
..
HTH

~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten