<?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 : Strange issue with location list</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 : Strange issue with location list]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 10:20:37 +0000</pubDate>
  <lastBuildDate>Tue, 27 Jun 2006 11:33:43 +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=20447</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[Strange issue with location list : Borg,  regarding the first issue...]]></title>
   <link>https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109694.html#109694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 20447<br /><strong>Posted:</strong> 27&nbsp;June&nbsp;2006 at 11:33am<br /><br />Borg,<br /><br />regarding the first issue with location list box i think i did find what was causing this.<br />Line 1651 in register.asp looks like<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="&lt;% = strLocation %&gt;" disabled selected&gt;&lt;% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %&gt;&lt;/option&gt;<br /><br />I have deleted "disabled" statement and now the line is<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="&lt;% = strLocation %&gt;" selected&gt;&lt;% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %&gt;&lt;/option&gt;<br /><br />This seems to work in both IE and firefox, but i still need my users to test it properly :)<br />]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 11:33:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109694.html#109694</guid>
  </item> 
  <item>
   <title><![CDATA[Strange issue with location list : Thanks I shall look into this ...]]></title>
   <link>https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109689.html#109689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20447<br /><strong>Posted:</strong> 27&nbsp;June&nbsp;2006 at 9:56am<br /><br />Thanks I shall look into this]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 09:56:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109689.html#109689</guid>
  </item> 
  <item>
   <title><![CDATA[Strange issue with location list : NO problem, glad i can make this...]]></title>
   <link>https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109683.html#109683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 20447<br /><strong>Posted:</strong> 27&nbsp;June&nbsp;2006 at 8:47am<br /><br />NO problem, glad i can make this aplication even better.<br />Here is another google-bug. For unknown reason sometimes googlebot is requesting /default.asp?C= <br />Don't ask me where this empty C queryy string is from but is causing a server error. <br />I fixed this with <br /><br />If IsNumeric(Request.QueryString("C")) Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;intCatShow = CInt(Request.QueryString("C"))<br />Else<br /><br />in the line 128 of the default.asp]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 08:47:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109683.html#109683</guid>
  </item> 
  <item>
   <title><![CDATA[Strange issue with location list : Many thanks for letting me know,...]]></title>
   <link>https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109680.html#109680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20447<br /><strong>Posted:</strong> 27&nbsp;June&nbsp;2006 at 8:13am<br /><br />Many thanks for letting me know, I will look into this problem.]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 08:13:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109680.html#109680</guid>
  </item> 
  <item>
   <title><![CDATA[Strange issue with location list : Members from my forum did report...]]></title>
   <link>https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109671.html#109671</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 20447<br /><strong>Posted:</strong> 27&nbsp;June&nbsp;2006 at 12:02am<br /><br />Members from my forum did report that location info (from member profile page) is getting lost.<br />I can reproduce this problem in both my forum and here.<br /><br />If i enter my profile page, i select my country and click update the info is here; location is displayed. But if i hit update profile again (without touching location list list) location is lost !!<br /><br />I can't reproduce this with IE (only firefox)<br />]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 00:02:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strange-issue-with-location-list_topic20447_post109671.html#109671</guid>
  </item> 
 </channel>
</rss>