/** * $RCSfile: header.jsp,v $ * $Revision: 1.2 $ * $Date: 2002/10/28 01:47:00 $ */ %> response.setContentType("text/html; charset=" + JiveGlobals.getCharacterEncoding()); // Note: the recommended way to set the character encoding on the request // is to enable the SetCharacterEncodingFilter Servlet 2.3 filter in the // web.xml file. See the default web.xml that ships with Jive Forums for // more information. %> Jive Forums 3 Admin function helpwin(page, hashLink) { window.open('helpwin.jsp?f='+page+'&hash='+hashLink,'newWindow','width=500,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes'); } //-->