I've read http://www.milonic.co.uk/menusample9.php and done everything accoordingly. And it's working, however the first url in the mainmenu is not working correctly:
<TD colspan="2" rowspan="2" width="125" height="534">
<script language="Javascript" type="text/javascript">
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=Introductie;url=introductie.htm;target=iframe;status=Welcome;");
aI("text=IJsland;showmenu=ijsland;;status=Verslag van de rondreis op IJsland;");
aI("text=Persoonlijk;showmenu=Persoonlijk;;status=Over huwelijken en kinderen;");
aI("text=Links;showmenu=URL;;status=Andere must see sites;");
aI("text=Contact;showmenu=contact;;status=Mail of ICQ ons;");
}
drawMenus();
</script>
</TD>
In the statusbar I don't see 'Welcome' as defined in the status, and when clicking the 'introduction' url it does not open in the iframe, but just in the complete window.
It's only this URL in the main menu. All url's in the submenu's DO open fine in the target iframe.
Any idea's?
-edit- ow, closeonclick is also not working
