Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Mod Request...Text Area For Location...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Mod Request...Text Area For Location...

 Post Reply Post Reply
Author
bikrtrash View Drop Down
Groupie
Groupie


Joined: 05 January 2005
Location: United States
Status: Offline
Points: 67
Post Options Post Options   Thanks (0) Thanks(0)   Quote bikrtrash Quote  Post ReplyReply Direct Link To This Post Topic: Mod Request...Text Area For Location...
    Posted: 27 April 2006 at 3:39am
Can anyone tell me how to change the location from a drop box to select country to a text field that the members may type in a more specific location....ie...
 
Ft Worth, Texas  Big smile
Back to Top
Ali Bilgrami View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 April 2005
Location: Pakistan
Status: Offline
Points: 492
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ali Bilgrami Quote  Post ReplyReply Direct Link To This Post Posted: 27 April 2006 at 11:32am
change the type to text area in register.asp, i think...
Back to Top
venki View Drop Down
Groupie
Groupie


Joined: 20 April 2003
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote venki Quote  Post ReplyReply Direct Link To This Post Posted: 29 April 2006 at 3:46pm

in file 'register.asp' at line you will find this code

    <tr class="tableRow">
    <td><% = strTxtLocation %></td>
    <td>
     <select name=location>
        <option value="<% = strLocation %>" disabled selected><% If strLocation = "" Or strLocation = null Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %></option>
        <!-- Include countires include file -->
        <!-- #include file="includes/select_countries_list.asp" -->
     </select>
    </td>
   </tr><%

replace it whit this code
 
   <tr class="tableRow">
    <td><% = strTxtLocation %></td>
    <td><input type="text" name="location" id="location" size="30" maxlength="40" value="<% = strLocation %>" /></td>
   </tr><%
Back to Top
bikrtrash View Drop Down
Groupie
Groupie


Joined: 05 January 2005
Location: United States
Status: Offline
Points: 67
Post Options Post Options   Thanks (0) Thanks(0)   Quote bikrtrash Quote  Post ReplyReply Direct Link To This Post Posted: 01 May 2006 at 1:37am
That worked great...
thanks venki    Thumbs Up
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.