找到Language\Gb2312.xml文件,找到以下代码:
  <AnnounceBody1><![CDATA[    <a class="AnnounceBody1" href="#" onclick="javascript:window.open('{$strInstallDir}Announce.asp?ChannelID={$ChannelID}&ID={$ID}', 'newwindow', 'height=440, width=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')" title="{$Content}">{$title}{$AnnounceInfo}</a>]]></AnnounceBody1>
  改为:
  <AnnounceBody1><![CDATA[    <a class="AnnounceBody1" href="#" onclick="javascript:window.open('{$strInstallDir}Announce.asp?ChannelID={$ChannelID}&ID={$ID}', 'newwindow', 'toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes')" title="{$Content}">{$title}{$AnnounceInfo}</a>]]></AnnounceBody1>
   |