Emiliano wrote:
> Marius Onica wrote:
>
> > > Nadmin uses frames, you could look at that. There's numerous ways to
> > > do them in Midgard.
> >
> > Are there any docs about this ?
>
> None specifically for frames. Frames are just HTML, and Midgard can
> generate HTML. One way would be to have an active page:
>
> <? if ($argc == 0) { /* generate frame definition */ }
> elsif ($argv[0] == 'my_menu') { /* generate frame 'my_menu' */ }
> elsif ($argv[0] == 'my_address') { /* generate frame 'my_address' */ }
> elsif ($argv[0] == 'my_body') { /* generate frame 'my_body' */ }
> else { /* generate error message */ }
> ?>
>
> This is just one of many ways. You could use different page records
> for each, or a mixture. No fixed way to do things.
Emile,
is there any way to implement frames without using active pages ?
I mean that at the moment I didn't use frames and my first page with the
links are generated only with the help of style lements.
I use active pages only to generate the pages from the links.
Thanks,
Marius
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]