Print Page | Close Window

Strange issue with location list

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20447
Printed Date: 11 April 2026 at 10:08am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Strange issue with location list
Posted By: kiklop
Subject: Strange issue with location list
Date Posted: 27 June 2006 at 12:02am
Members from my forum did report that location info (from member profile page) is getting lost.
I can reproduce this problem in both my forum and here.

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 !!

I can't reproduce this with IE (only firefox)


-------------
http://www.dyxum.com" rel="nofollow - dyxum.com



Replies:
Posted By: WebWiz-Bruce
Date Posted: 27 June 2006 at 8:13am
Many thanks for letting me know, I will look into this problem.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: kiklop
Date Posted: 27 June 2006 at 8:47am
NO problem, glad i can make this aplication even better.
Here is another google-bug. For unknown reason sometimes googlebot is requesting /default.asp?C=
Don't ask me where this empty C queryy string is from but is causing a server error.
I fixed this with

If IsNumeric(Request.QueryString("C")) Then
     intCatShow = CInt(Request.QueryString("C"))
Else

in the line 128 of the default.asp

-------------
http://www.dyxum.com" rel="nofollow - dyxum.com


Posted By: WebWiz-Bruce
Date Posted: 27 June 2006 at 9:56am
Thanks I shall look into this

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: kiklop
Date Posted: 27 June 2006 at 11:33am
Borg,

regarding the first issue with location list box i think i did find what was causing this.
Line 1651 in register.asp looks like

        <option value="<% = strLocation %>" disabled selected><% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %></option>

I have deleted "disabled" statement and now the line is

        <option value="<% = strLocation %>" selected><% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %></option>

This seems to work in both IE and firefox, but i still need my users to test it properly :)


-------------
http://www.dyxum.com" rel="nofollow - dyxum.com



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net