Automatischer reload

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Automatischer reload

    Hallo!

    Frage, wie stell ich das an das mir mein Hauptframe automatisch nach einer Aktion geladen wird???

    z.B.:

    function blabla()
    {
    ...
    }
    blabla ();
    Und hier soll sich der Frame dann reloaden!!!

    Wie stell ich das an???

    Mit header() bin ich nicht wirklich zufrieden da ich dann wieder am Anfang meiners Framesets bin!!!

    lg
    Flow

  • #2
    Mit Javascript. ich verschiebe dich mal dahin.

    Code:
    function wir(){
        parent.drei.location.href="drei.php";
        parent.eins.location.href="eins.php";
        parent.zwei.location.href="zwei.php";
    }
    *winks*
    Gilbert
    ------------------------------------------------
    Hilfe für eine Vielzahl von Problemen!!!
    http://www.1st-rootserver.de/

    Comment

    Working...
    X