Here's a strange one. In all the JSP pages in my app I include the banner at the top like this:
<body> <jsp:include page="banner.html" flush="true"> . </body> banner.html is an HTML file like this: <table> . </table> Developing and testing on a W2K local machine I have no problem. But my customer, using the app over the web, deployed on Linux, using IE on a Mac, intermittently sees pages which simply don't have the banner on them. If he does View Source there is no trace of the <table>...</table>. Any ideas? Thanks Nick ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
