
I use the frame menu with an own application server (Webdev).
I tried it this an test project with 2 frames FRAME_MENU and FRAME_CENTRE. Here the code in the frames_side_array.js :
,"<align=absmiddle> Home","http://localhost/MENUJS_WEB/index.htm target=FRAME_CENTRE;sourceframe=FRAME_CENTRE;","","Home",1
,"<align=absmiddle> Languages","show-menu=lang target=FRAME_CENTRE;sourceframe=FRAME_CENTRE;","http://localhost/MENUJS_WEB/index.htm","Languages",1
For the 1st menu everything all rigth. When i click, the index appears on the FRAME_CENTRE. But with the 2nd, i have the "pf.MLoaded null or not an object" error, and when i click, my 2 frames disappears and the index page appears on all my window.
Does anybody have an idea ?
Michel