Hi Uma
I have a based webapp, available lets say at www.example.com - and my jforum.war is available at www.example.com/forum/
Now inside my main webapp's homepage (index.jsp) I have a link that takes the user to the forum. But the forum is opened up inside an <iframe> that is inside my index.jsp.
I achieve this by setting the target for the link like so:
To the forum!
Then make sure you specify the name of your iframe: <iframe name="myiframe"></iframe>
--
But now I am also stuck. This iframe business is holding me back because an iframe doesn't expand to fill the page (like jforum.net). Also, when the iframe's contents take up more space (height for example) than the height of the window (or the iframe for that matter), the iframe gets scrolls bars inside of it on its edges - which I really really don't like.
Sid, Rafael: how did you guys get the jforum markup to be included in your
jsp template? I have done view-source on this page and I see that it is all included in tables - no sign of iframes.
I am hoping to achieve the same effect as you guys, perhaps using divs instead of tables, but in essence avoiding iframes.
Pardon that I am asking something off-topic but please help.
Thanks.
[originally posted on jforum.net by konstandinos]