%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Option Explicit %> <%On Error Resume Next%> <% '====================================================== '===== FUNCTION: if string is > n char then break ===== '====================================================== function breakString( s , n ) dim a, tmpArray, tmpStr tmpArray=split(s," ") tmpStr="" for a = 0 to ubound(tmpArray) if len(tmpArray(a))>n then tmpArray(a)= left(tmpArray(a),n) + " " + mid(tmpArray(a),n+1) end if if a = 0 then tmpStr = tmpArray(a) else tmpStr = tmpStr + " " + tmpArray(a) end if next breakString = tmpStr end function '==================End Function================ dim PMID, PMIDlink 'pub med id dim rowCnt Dim formSQL, qStringSQL DIM strYear DIM sqlWhere dim sql, sqlExtra, kind dim rsRefID, rsTitle, rsAuthors, rsPeriodical, rsYear, rsVol, rsIss, rsPage1, rsPage2, rsTitleSecond, tmpStr, strRequest %>
Click on
to view abstracts from the National Library of Medicine database.
To request an article select the checkbox for the appropriate article(s) and click "Submit Request".
