target

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • #16
    ja ja

    danke wahsaga für die Antwort.....
    ich gelobe Besserung.....

    aber...

    ohne die targets und mit der letzten Änderung kommt wieder Fehlermeldung...
    top.webcam.location ist null oder kein Objekt
    beim betätigen des Links....

    <script language="JavaScript" type="text/javascript">
    <!--
    function surfto(form) {
    var myindex=form.select1.selectedIndex;
    if (form.select1.options[myindex].value != "0") {
    top.webcam.location.href=form.select1.options[myindex].value;}
    }
    //-->
    </SCRIPT>
    </head>
    <body><center>
    <b class="klein">welches Kamerabild ?</b>
    <FORM NAME="form">
    <SELECT NAME="select1" onChange="surfto(this.form)" SIZE=1>
    <OPTION SELECTED VALUE="0"> ----- Wählen Sie aus: -----
    <OPTION VALUE="2live_l.php">Webcam
    <OPTION VALUE="2cam_l.htm">Webcam
    <OPTION VALUE="2cam_xp.htm">Webcam
    <OPTION VALUE="2cam_gs.htm">Webcam
    <OPTION VALUE="2cam_cz.htm">Webcam
    <OPTION VALUE="2cam_jc.htm">Webcam
    </SELECT>
    </FORM>

    ?????

    Bernd

    Kommentar


    • #17
      hi,

      ersetz mal bitte

      top.webcam.location.href=form.select1.options[myindex].value;

      durch

      parent.webcam.location.href=form.select1.options[myindex].value;

      gruss wurzel
      Kissolino.com

      Kommentar


      • #18
        jaaaaaaaaaaaaaaaaaaaaa

        Hallo an ALLE

        Jaaaaa...so geht es....

        DANKE

        muss mich jetzt doch mal mit js beschäftigen denn verstanden habe ich das alles nicht.

        Besten Dank an alle für die freundliche Unterstützung.

        Bernd

        Kommentar


        • #19
          Original geschrieben von Wurzel
          ersetz mal bitte
          top.webcam.location.href=form.select1.options[myindex].value;
          durch
          parent.webcam.location.href=form.select1.options[myindex].value;
          hmm, komisch das top nicht funktioniert...

          top ist normalerweise immer die 'höchste' frame-ebene, während parent immer nur die nächsthöhere frame-ebene ist (unterschied merkt man natürlich erst, wenn man mehrere framesets ineinander verschachtelt).

          na ja, hauptsache es funzt jetzt...
          I don't believe in rebirth. Actually, I never did in my whole lives.

          Kommentar


          • #20
            @wahsaga


            Die Wege des JavaScripts sind unergründlich.



            wurzel
            Kissolino.com

            Kommentar

            Lädt...
            X