__________________
"Political Correctness is a doctrine, fostered by a delusionary, illogical, liberal minority and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end."
__________________
"Political Correctness is a doctrine, fostered by a delusionary, illogical, liberal minority and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end."
It's a problem with the quotes, that's all - figure it out.
__________________
"Political Correctness is a doctrine, fostered by a delusionary, illogical, liberal minority and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end."
If Not Rs.EOF Then
Response.Write("<select id='client'>")
End If
Do while not Rs.EOF
Response.Write "<option value = """ & Rs ("uid") & """>" & Rs("client_name") & "</option>"
Rs.MoveNext
If Rs.EOF Then
Response.Write("</select>")
End If
Loop