Unterseiten mittels Javascript aufrufen

fadijuki

Grünschnabel
Hallo zusammen!

ich hab mal eine Frage und zwar, wie kann ich Unterseiten der Hauptnavigation mit einer Javascript Funktion aufrufen ohne dass ich dabei den Inhalt dieser Unterseiten in
einen iframe- bereich reinladen?
Momentan sieht das so aus:


function contextload(info,cxl,cxr,wo)
{
document.getElementById('Navigator').innerHTML=info
document.getElementById('Context_Links').src=cxl
document.getElementById('Context').src=cxr
}
</script>

<div id="ContextDiv" style="position:absolute; width:507px; height:455px; z-index:0;
left: 395px; top: 315px; overflow: hidden;">
<iframe id="Context" name="Context" frameborder="no" src="willkommen.html"
width="100%" height="100%">
</iframe>
</div>

<div id="Context_LilnksDiv" style="position:absolute; width:288px; height:455px;
z-index:15; left: 98px; top: 314px; overflow: hidden;">
<iframe id="Context_Links" name="Context_Links" frameborder="no"
src="willkommen_l.html" width="100%" height="100%">
</iframe>
</div>

<div class="Navigator" id="Navigator" style="position:absolute; width:448px;
height:25px; z-index:0; left: 352px; top: 218px;
overflow: hidden;">
</div>

Ich denke, dass die Funktionalität von " contextload " ist schon klar.
Jetzt möchte ich diese Funktion behalten aber ohne die Frames. Also d.h die src-Attibut muss weg! dann wie kann man auf die Inhalte zugreifen?

Für jede Hilfe bin sehr dankbar:)
 

Neue Beiträge

Zurück