<%-- * Developed by Altum, Inc. * 11718 Bowman Green Drive, Reston, VA 20190 USA * Copyright (c) 2000-2008 Altum, Inc. * All rights reserved. * * @version $Revision: 1.16 $ * @internal Log of Changes: * $Log: QueryFormLarge.jsp,v $ * Revision 1.16 2008/10/23 22:03:22 jerry.hamad * added bulltets for Show/Hide text and NEW! images * * Revision 1.15 2008/09/18 14:53:26 jerry.hamad * changed show examples to include drug categories; left justified show links * * Revision 1.14 2008/09/05 21:15:44 jerry.hamad * encode SearchCategory URL parameter * * Revision 1.13 2008/08/05 16:02:07 jerry.hamad * added check to prevent wildcard category searches; only set SearchCategory param for nextPage field if category search; added id value for searchBy field to fix Ajax in Firefox and Safari; added link for "Show drug category descriptions" * * Revision 1.12 2008/07/24 15:22:29 jerry.hamad * enabled radio buttons to search on name or category; added searchBy field to used as param for Ajax * * Revision 1.11 2008/07/08 21:46:51 jerry.hamad * added ajaxtags autocomplete and show examples code * * Revision 1.10 2008/03/12 19:47:12 jerry.hamad * removed meta-character validation in checkForm since these characters can exists in drug names * * Revision 1.9 2008/03/03 22:51:11 jerry.hamad * added alt tags on INPUT elements to meet 508 compliance * * Revision 1.8 2008/02/06 20:30:11 jerry.hamad * changed title to be same text as overlib popup on logo * * Revision 1.7 2008/01/30 20:48:19 jerry.hamad * added CVS revision and log commands * * --%> <%@page import="java.net.URLEncoder" %> <%@ taglib uri="http://ajaxtags.org/tags/ajax" prefix="ajax" %> <%@include file="/jsp/template/overlibInclude.jsp" %> <%@include file="noscript.jsp" %> <% //ArrayList alHistory = (ArrayList)session.getAttribute(QueryStore.HISTORY); String sSearchedValue = request.getParameter("QV1") == null ? "" : request.getParameter("QV1"); String sQueryField = request.getParameter("QF1"); if (!"ClassificationCode".equals(sQueryField)) { sQueryField = "Name"; } %>   <%-- --%>
Drug Information Portal
/>By Name   <%--without new image />By Category
--%> />By Category bullet
 

Search for a drug by a name.


                                                        bullet Show examples. <%--remove line below to remove new image--%> bullet

                                                        bullet Show drug category descriptions. <%--remove line below to remove new image--%> bullet

  > <%-- --%>