|
-
Oct 2nd, 2002, 12:48 PM
#1
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|