<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MM_ColParam Recordset1__MM_ColParam = "1" if (Request.QueryString("key") <> "") then Recordset1__MM_ColParam = Request.QueryString("key") %> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_phorid_STRING Recordset1.Source = "SELECT * FROM tblType_name WHERE key = '" + Replace(Recordset1__MM_ColParam, "'", "''") + "'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each Item In Request.QueryString NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item)) End If Next ' add the Form variables to the MM_keepForm string For Each Item In Request.Form NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Type specimen database - result details

 

 

ENTOMOLOGY TYPES

 

Detail information of <%=(Recordset1.Fields.Item("taxonName").Value)%> <%=(Recordset1.Fields.Item("author").Value)%>, <%=(Recordset1.Fields.Item("date").Value)%>


BARCODE: <%if right((Recordset1.Fields.Item("key").Value),1) = "*" then %> <%= mid ((Recordset1.Fields.Item("key").Value),1,(len(Recordset1.Fields.Item("key").Value)- 1))%> <%elseif right((Recordset1.Fields.Item("key").Value),1) <> "*" then %> <%=Recordset1.Fields.Item("key").Value %> <%end if%>
TAXON NAME: <%=(Recordset1.Fields.Item("taxonName").Value)%>
FAMILY: <%=(Recordset1.Fields.Item("family").Value)%>
ORDER: <%=(Recordset1.Fields.Item("orderName").Value)%>
AUTHOR: <%=(Recordset1.Fields.Item("author").Value)%>
YEAR: <%=(Recordset1.Fields.Item("date").Value)%>
JOURNAL INFORMATION: <%=(Recordset1.Fields.Item("page").Value)%>
FIGURES: <%=(Recordset1.Fields.Item("figures").Value)%>
DESIGNATION: <%=(Recordset1.Fields.Item("designation").Value)%>
SEX / STAGE: <%=(Recordset1.Fields.Item("sex").Value)%>
LOCATION: <%=(Recordset1.Fields.Item("location").Value)%>
STATE / PROVINCE / DISTRICT: <%=(Recordset1.Fields.Item("state").Value)%>
COUNTRY: <%=(Recordset1.Fields.Item("country").Value)%>
COLLECTION DATE: <%=(Recordset1.Fields.Item("collection_date").Value)%>
COLLECTOR: <%=(Recordset1.Fields.Item("colelctor").Value)%>
COMMENTS: <%=(Recordset1.Fields.Item("comments").Value)%>
IMAGE: "> <%if right((Recordset1.Fields.Item("key").Value),1) = "*" then %> <%="Click here to see image(s)"%> <%end if%> <%if right((Recordset1.Fields.Item("key").Value),1) <> "*" then %> <%="Image is not available"%> <%end if %>
 

NEW SEARCH

 
 
<% Recordset1.Close() %>