Hi there,
If you're already inside a server side code block (between <% and %>) you shouldn't (and can't) use the <%= %> anymore.
Try this:
<%
...
HTMLdisplay = HTMLdisplay & "<option value='text_item.asp?TextID=" & objRs("Text_ID") & "'>" & objRs("Text_title") & "</option>"
...
%>
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|