site beim schliessen des popups aktualisieren

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

  • site beim schliessen des popups aktualisieren

    heiho


    hab da mal ne frage:
    ich hab ne site, sagen wir mal main
    daruf öffne ich ein detailfenster
    wie kann ich nun, wenn man das detailfenster schliesst die hauptsite neu laden/aktualisieren?
    First: Things get worse under pressure.
    Second: If anything just cannot go wrong, it will anyway
    Third: A falling object will always land where it can do the most damage.

  • #2
    besser wäre sogar, wenn man eine neue site darin laden könnte!
    First: Things get worse under pressure.
    Second: If anything just cannot go wrong, it will anyway
    Third: A falling object will always land where it can do the most damage.

    Kommentar


    • #3
      Re: site beim schliessen des popups aktualisieren

      mit onUnload kannst du aktionen beim verlassen einer seite triggern.
      I don't believe in rebirth. Actually, I never did in my whole lives.

      Kommentar


      • #4
        hmm, ok so weit bin ich auch schon gekommen, aber irgendwie muss ich ja die site 'adressieren' die das popup aufmacht! ....
        First: Things get worse under pressure.
        Second: If anything just cannot go wrong, it will anyway
        Third: A falling object will always land where it can do the most damage.

        Kommentar


        • #5
          window.opener.reload

          EDIT:
          müsste es sein
          INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


          Kommentar


          • #6
            das sollte nun beim popup unter onunload stehen oder?
            das geht nich so!
            First: Things get worse under pressure.
            Second: If anything just cannot go wrong, it will anyway
            Third: A falling object will always land where it can do the most damage.

            Kommentar


            • #7
              korrekter wäre m.e.

              window.opener.location.reload

              ;-)
              I don't believe in rebirth. Actually, I never did in my whole lives.

              Kommentar


              • #8
                gehört in den <body>-tag des popups:

                <body onUnload="window.opener.location.reload;">
                I don't believe in rebirth. Actually, I never did in my whole lives.

                Kommentar


                • #9
                  Original geschrieben von wahsaga
                  korrekter wäre m.e.
                  hatte es nur so aus'm kopf getippt ....
                  INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


                  Kommentar


                  • #10
                    juheba!
                    danke vilmal!
                    First: Things get worse under pressure.
                    Second: If anything just cannot go wrong, it will anyway
                    Third: A falling object will always land where it can do the most damage.

                    Kommentar

                    Lädt...
                    X