<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : forum_codes.asp error</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : forum_codes.asp error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 11:14:55 +0000</pubDate>
  <lastBuildDate>Thu, 24 Feb 2005 08:38:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=13973</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[forum_codes.asp error : Seems to have done the trick!...]]></title>
   <link>https://forums.webwiz.net/forum-codes-asp-error_topic13973_post77234.html#77234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19423">masey</a><br /><strong>Subject:</strong> 13973<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2005 at 8:38am<br /><br />Seems to have done the trick! Many Thanks!]]>
   </description>
   <pubDate>Thu, 24 Feb 2005 08:38:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-codes-asp-error_topic13973_post77234.html#77234</guid>
  </item> 
  <item>
   <title><![CDATA[forum_codes.asp error : Could be a corrupted file, try...]]></title>
   <link>https://forums.webwiz.net/forum-codes-asp-error_topic13973_post77213.html#77213</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13973<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2005 at 6:11am<br /><br />Could be a corrupted file, try re-downloading the original file again.]]>
   </description>
   <pubDate>Thu, 24 Feb 2005 06:11:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-codes-asp-error_topic13973_post77213.html#77213</guid>
  </item> 
  <item>
   <title><![CDATA[forum_codes.asp error : Just recently installed version...]]></title>
   <link>https://forums.webwiz.net/forum-codes-asp-error_topic13973_post77205.html#77205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19423">masey</a><br /><strong>Subject:</strong> 13973<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2005 at 4:03am<br /><br />Just recently installed version 7.9 and have been loving the application, but I see mto be having problems with the pop up 'Forum Codes' box. <DIV>&nbsp;</DIV><DIV>When I test it on my local IIS server at home there is no problems with the file loading - but when I send it to the live server I get the following error:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> Active Server Pages<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error 'ASP 0116'</FONT><FONT face="Times New Roman" size=3> </FONT></DIV><P><FONT face=Arial size=2>Missing close of script delimiter</FONT> <P><FONT face=Arial size=2>/forum/forum_codes.asp</FONT><FONT face=Arial size=2>, line 310</FONT> <P><FONT face=Arial size=2>The Script block lacks the close of script tag (%&gt;).</td></tr></table></P><DIV></DIV><DIV>I really don't have enough working knowledge of the code to go digging around to fix it so I was hoping someone out there could help me. </DIV><DIV>&nbsp;</DIV><DIV>Here's the code around line 310 (in bold) for your reference:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>&nbsp;</DIV><DIV>If blnEmoticons Then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="63%" class="text"&gt;&amp;nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="37%" class="text"&gt;&amp;nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="63%" class="bold"&gt;&lt;% = strTxtEmoticons %&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="37%" class="text"&gt;&amp;nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td colspan="2"&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&lt;table width="100%" border="0" cellspacing="0" cellpadding="4"&gt;&lt;%</strong></DIV><DIV>&nbsp;</DIV><DIV>'Intilise the index position (we are starting at 1 instead of position 0 in the array for simpler calculations)<BR>intIndexPosition = 1</DIV><DIV>&nbsp;</DIV><DIV>'Calcultae the number of outer loops to do<BR>intNumberOfOuterLoops = UBound(saryEmoticons) / 2</DIV><DIV>&nbsp;</DIV><DIV>'If there is a remainder add 1 to the number of loops<BR>If UBound(saryEmoticons) MOD 2 &gt; 0 Then intNumberOfOuterLoops = intNumberOfOuterLoops + 1</DIV><DIV>&nbsp;</DIV><DIV>'Loop throgh th list of emoticons<BR>For intLoop = 1 to intNumberOfOuterLoops</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response.Write("&lt;tr&gt;")</td></tr></table></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 24 Feb 2005 04:03:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-codes-asp-error_topic13973_post77205.html#77205</guid>
  </item> 
 </channel>
</rss>