AlvA: Wo ist der Fehler?

Wo hab ich mein Fehler. Ich will haben das wenn man auf "Computersettings:" klickt der Text wo drunter steht rausklappt.
Wie bei = http://www.blackmesasource.com/media.html (Vorsicht funktioniert nur mit dem Firefox richtig)

<html>
 <head>
  <title>
About me!
  </title>
<script type="text/javascript">
<!--
var Computersettings;

window.onload = function() {

Computersettings = new fx.Combo
 ('Computersettings', {duration: 600, height: true, opacity: true});

Computersettings.hide();

}
  -->
</script>
 </head>
<body>
<h2 onclick="Computersettings.toggle();">
<font size="4"> <b><u>Computersettings:</b></u> </font>
</h2>
<div id="Computersettings">
<br>
<br>
</body>
</html>

  1. Hallo!

    Du hast nicht mal die Hälfte des Codes. Es fehlen unteranderem diese Funktionen...

    Computersettings.hide();
    Computersettings.toggle();

    Vielleicht fehlt aber auch noch mehr.

    ciao, ww

    --
    Dies ist eine sehr einfache und effektive Sicherheitsstufe, aber nicht perfekt. Denn wenn mehrere User über eine Leitung ins Internet gehen, haben für den Webserver alle User die selbe IP. Und dann wirkt diese Sicherheitsstufe nicht mehr. Aber zumindest könnt ihr demjenigen, der euch die Session-ID geklaut hat, eins in die Fresse hauen.
    http://tut.php-q.net/login.html
    1. Was?
      Ich hab doch hide und toggle drin?

      1. Hallo!

        Was?
        Ich hab doch hide und toggle drin?

        Beschaeftige Dich mit der Dokumentation des von Dir gewuenschten Scriptes und Du wirst es eventuell schaffen.

        Schönen Gruß

        Afra

  2. hi,

    Computersettings = new fx.Combo
    ('Computersettings', {duration: 600, height: true, opacity: true});

    Und wo ist fx?

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
  3. das ist ein script von moo.fx oder mootools!

    beachte die javascriptdateein, die im head geladen werden:

    <script src="js/prototype.js" type="text/javascript"></script>
      <script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
      <script src="js/lightbox.js" type="text/javascript"></script>
      <script type="text/javascript" src="ufo.js"></script>
      <script type="text/javascript" src="js/prototype.lite.js"></script>
      <script type="text/javascript" src="js/moo.fx.js"></script>
      <script type="text/javascript" src="js/moo.fx.pack.js"></script>
      <script type="text/javascript" src="js/highslide.js"></script>
      <script type="text/javascript" src="ufo.js"></script>

    unter http://moofx.mad4milk.net/
    oder http://mootools.net/ kannst du dir alles runterladen.

    so einfach wie du dir das vorstellst ist es leider nicht.

    gruß

    marco