Results 1 to 5 of 5

Thread: HELP!! I don't know what else to say... ASP/Vbscript/Access problem. (**RESOLVED**)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    England
    Posts
    165

    Exclamation HELP!! I don't know what else to say... ASP/Vbscript/Access problem. (**RESOLVED**)

    <select size="1" name="player<%Response.Write (m) %>">
    <%Do While NOT rsPlayerProfiles.EOF%>
    <option value="<%Response.Write (rsPlayerProfiles("ID"))%>"><%Response.Write (rsPlayerProfiles("PlayerNickName"))%></option>
    <%rsPlayerProfiles.MoveNext%>
    <%loop%>
    </select>


    It is supposed to make a dropdown menu appear. It does it first time and then doesn't do it again after that. Help?
    Last edited by Sir_Brock; Oct 2nd, 2002 at 12:57 PM.
    _____

    Hehehe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width