ABOUT US | MULTILINGUAL RESOURCE LIBRARY  | PROGRAMS | UPCOMING  EVENTS |
  BECOME A VOLUNTEER |  RELATED LINKS | CONTACT US

If you want to read and print out our current or previous Rice Paper issues, you can double click the PDF file name from the following list. Click the back button on your browser to back to our web site.

Note: You need to have Acrobat Reader to read/print the file. You can download for free Acrobat Reader 4.0 from .

 

<% Dim objConn Dim objRec Set objConn=Server.CreateObject("ADODB.Connection") Set objRec=Server.CreateObject("ADODB.Recordset") objConn.Open "Driver={SQL Server};Server=204.170.82.95;uid=asiac;pwd=4+p?0@g>;Database=asiac;APP=ASP Script" objRec.Open "ricepaper", objConn, 0, 1, 2 bgcolor1="CCFF99" if not objRec.EOF then while not objRec.EOF ' Response.Write "
" Response.Write "" pdf=objRec("pdffile") Response.Write "

" ' Response.Write "

Issue Number:" & objRec("issue") & "PDF file:" & pdf & "

" objRec.MoveNext if bgcolor1="CCFF99" then bgcolor1="ffffff" else bgcolor1="CCFF99" end if wend else ' Response.Write "" Response.Write "" ' Response.Write "
Sorry, there are no Ricepaper files in our database by now.

" end if objRec.Close objConn.Close Set objRec=Nothing Set objConn=Nothing %>