<% dim mo if rs("more")="是" then mo="否" else mo="是" end if %>
<% dim mo if (rs("more") = "是") then mo="否" else mo="是" end if %>
dim mo if (rs("more")="是") then mo="否" elseif mo="是" then end if