Beiträge von christoph

    Hallo!

    ich versuche seit einiger zeit eine website neu zu gestalten. und habe dazu auch schon eine frage hier gestellt
    (hier)
    dabei habe ich die site in 3 frames unterteilt (menu, inhalt, links). bei klick auf einen link in 'menu' möchte ich in 'inhalt' eine neue seite aufrufen und gleichzeitig (per javascript) in 'links' eine von 6 seiten per zufall aufrufen. und genau dieser teil fehlt mir noch.

    Ich bin für jede hilfe dankbar!!!

    mfg chris

    danke erstmal für deine antwort!

    soweit ist es auch schon in dem von mir verlinkten thread beantowortet. nur in meinem image map funktioniert das aus irgendeinem grund nicht. die map sieht folgendermaßen aus:


    <map name="menu_test_Map">
    <area shape="rect" alt="" coords="776,75,844,104" href="links.html" target="inhalt">
    <area shape="rect" alt="" coords="739,52,827,70" href="magyar.php">
    <area shape="rect" alt="" coords="129,17,435,65" href="deutsch.php">
    <area shape="rect" alt="" coords="739,3,827,21" href="index.php">
    <area shape="rect" alt="" coords="739,27,827,45" href="english.php">
    <area shape="rect" alt="" coords="702,75,774,104" href="fotos.html" target="inhalt">
    <area shape="rect" alt="" coords="597,75,700,104" href="gemeinde.html" target="inhalt">
    <area shape="rect" alt="" coords="505,75,595,104" href="chronik.html" target="inhalt">
    <area shape="rect" alt="" coords="425,75,503,104" href="ziele.html" target="inhalt">
    <area shape="rect" alt="" coords="290,75,423,104" href="publikationen.html" target="inhalt">
    <area shape="rect" alt="" coords="166,75,288,104" href="repertoire.html" target="inhalt">
    <area shape="poly" alt="" coords="165,75, 93,75, 88,76, 81,77, 77,78, 72,79, 67,81, 61,84, 54,88, 41,95, 34,99, 28,101, 22,103, 16,104, 165,104" href="termine.html" target="inhalt">
    <area shape="poly" alt="" coords="18,0, 0,0, 0,105, 8,105, 12,103, 16,101, 26,95, 32,90, 38,84, 44,76, 53,64, 60,52, 66,40, 72,28, 76,20, 81,8, 82,4, 83,0" href="deutsch.php">
    </map>

    ein wenig js kann ich, das mit dem random bekomm ich glaub ich hin, aber der aufruf in der imagemap funktioniert nicht.