[thelist] ASP, me be puzzled once again

aardvark roselli at earthlink.net
Mon Feb 5 10:31:37 CST 2001


> From: lanehol at bellsouth.net
[...]
> 	Response.write "<option"
> 
> 	if instr(strSelect,Trim(Cstr(strID)) > 0 then
> 		Response.Write "selected "
> 	end if
[...]

fwiw, the spaces are in the wrong place... it would render as 
<optionselected >...

just put the space before selected:
		Response.Write " selected"

ok, thasall...




More information about the thelist mailing list