Hi,
Has anyone able to render a page within a frame window.
I want to put the dotLRN index page into a frame but the frame HTML tag asks for a 'src' parameter and dotLRN generates pages as strings.
I have tried to:
1. define the frameset in dotlrn-master which creates the frames but then I have no way of loading the page
2. define the frameset in index page and have an empty dotlrn-master but this does not render at all.
What i want to do is assemble a page consisting of links to all the communities, classes, forms, faqs, calendars etc. Then place it in the left frame. Selecting a link places the corresponding item in the right frame.
Is this possible? Any hints?