May 29, 2003
Arrrghhh
This is the kind of shit I have to look at everyday:
<% if request("company") <> "" then %>
value="<%=Request("company")%>">
<% else %>
value="<%=Request("company")%>">
<% end if %>
Whenever I look at stuff like this, I think that tiny blood vessels in my eye pop and I slowly give up.
May 29, 2003 09:27 PM