spooooky
06-17-2003, 01:59 PM
hi there!
I want to open a menu in a frame from another frame, using a function.
without a function it would look like this:
<a href="javascript:show('Lehrveranstaltungen')" target="Inhalt">Vorlesungsübersicht</a>
my function is like:
function loadFrames(page1,page2,submenu) {
eval("parent.Hauptframe.location.href='"+page1+"'");
<!--eval("parent.Inhalt.location.href='"+page2+"'");
eval("parent.Inhalt.location.show('Download')");
--- here I want to perform the action as described above:
in words: open "submenu" in frame "Inhalt" ---
}
how do it?!?! i´m desperate :confused:
thank u folks
I want to open a menu in a frame from another frame, using a function.
without a function it would look like this:
<a href="javascript:show('Lehrveranstaltungen')" target="Inhalt">Vorlesungsübersicht</a>
my function is like:
function loadFrames(page1,page2,submenu) {
eval("parent.Hauptframe.location.href='"+page1+"'");
<!--eval("parent.Inhalt.location.href='"+page2+"'");
eval("parent.Inhalt.location.show('Download')");
--- here I want to perform the action as described above:
in words: open "submenu" in frame "Inhalt" ---
}
how do it?!?! i´m desperate :confused:
thank u folks