RE: How to include across contexts/webapps?

2002-01-03 Thread Marcin Jaskula
I'm trying to build a website in a typical sort of way, with headers and footers isolated and %@include%'ed into the actual pages. However, now I'd like to modularize somewhat and decompose parts of the site into their own projects/contexts, while still having each project share common

RE: Clear Cache In IE5

2001-12-20 Thread Marcin Jaskula
Hi Try to add headers: response.setHeader(Cache-Control, no-cache, must-revalidate, max_age=0); response.setDateHeader(Expires, 0); response.setHeader(Pragma, no-cache); just at the begin of a script. Should work on almost all browsers. Marcin -Original Message- From:

RE: Character Encoding problems

2001-12-04 Thread Marcin Jaskula
I'm developing a web application that uses textual data for CentralEastern Europe. The text is in a database which is internally UNICODE. I also have another DB instance which is ISO-8859-2 encoded, so all options are in the play. I thought I should set contentType=text/html;