Hi all, I have a question regarding tiles. One of my page uses a layout like
<body leftmargin="0" rightmargin="0" bottommargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#E6E6E6" onUnload="closeAllSubwindows()" onLoad="initWin(document.forms[0])"> <table border="1" frame="void" height="100%" width="100%" cellpadding="5" cellspacing="0" > <tr> <td colspan="2"><tiles:insert name='top' /></td> </tr> <tr> <td width="140" valign="top" align="left" ><tiles:insert name='menu' /></td> <td width="100%" valign="top" align="center" bgcolor="#FFFFFF"><tiles:insert name='body' /></td> </tr> </table> </body> It has a classic layout (top, menu, and body). When you select an item in the menu, it displays a new page. The problem is that, only the body changes each time (top and menu are the same). The result is kind of a flash when displaying the new page. Is it possible that I don't have to refresh top and menu, just the body so that the whole page does not flash? Or can I somehow speed up the display for top and meu instead of waiting for the page to finish? Thanks for any suggestion, --Hung --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]