Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Strange issue with location list
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Strange issue with location list

 Post Reply Post Reply
Author
kiklop View Drop Down
Groupie
Groupie


Joined: 14 July 2005
Status: Offline
Points: 137
Post Options Post Options   Thanks (0) Thanks(0)   Quote kiklop Quote  Post ReplyReply Direct Link To This Post Topic: Strange issue with location list
    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)
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 27 June 2006 at 8:13am
Many thanks for letting me know, I will look into this problem.
Back to Top
kiklop View Drop Down
Groupie
Groupie


Joined: 14 July 2005
Status: Offline
Points: 137
Post Options Post Options   Thanks (0) Thanks(0)   Quote kiklop Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 27 June 2006 at 9:56am
Thanks I shall look into this
Back to Top
kiklop View Drop Down
Groupie
Groupie


Joined: 14 July 2005
Status: Offline
Points: 137
Post Options Post Options   Thanks (0) Thanks(0)   Quote kiklop Quote  Post ReplyReply Direct Link To This Post 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 :)
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.