|
-
Aug 22nd, 2000, 05:54 AM
#1
Thread Starter
Fanatic Member
Im wanting to put a combo boxes within a table but dont know how....can anyone help?!ie. Where do i put the <Table><TR><TD> tags????
Heres my combo box code (which works!)::
g_objSC.Response.Write "<select name=select>" & vbCrLf
Do While Not rs.EOF
g_objSC.Response.Write "<option value=" & rs(0) & ">" & rs(1) & "</option>" & vbCrLf
rs.MoveNext
Loop
g_objSC.Response.Write "</select></BR>" & vbCrLf
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
|