Learn More About...
Asmat
Facilitating Community-Driven Conservation and Strengthening Local Cultural Institutions in Asmat and the Greater Lorentz Lowlands, Papua Province, Indonesia
For our updated page, please click here.
%@LANGUAGE="VBSCRIPT"%> <% Session.CodePage=65001 randomize picno=int(rnd*10)+1 featureno=int(rnd*5)+1 Dim Conn 'Connection variable Dim rs 'Recordset variable used for creating MM recordsets Set Conn = Server.CreateObject("ADODB.Connection") Conn.ConnectionString= "Driver={Microsoft Access Driver (*.mdb)};Dbq=" & Server.MapPath("IPCA.mdb") 'islename=request.QueryString("n") Set rs = Server.CreateObject("ADODB.Recordset") rs.ActiveConnection = Conn.ConnectionString rs.Source = "SELECT * FROM content WHERE ID=7" rs.CursorType = 0 rs.CursorLocation = 2 rs.LockType = 1 rs.Open() rs_total = rs.RecordCount %>
Facilitating Community-Driven Conservation and Strengthening Local Cultural Institutions in Asmat and the Greater Lorentz Lowlands, Papua Province, Indonesia
For our updated page, please click here.