<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MM_ColParam Recordset1__MM_ColParam = "1" if (Request.QueryString("ID") <> "") then Recordset1__MM_ColParam = Request.QueryString("ID") %> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_rgcsaweb_STRING Recordset1.Source = "SELECT * FROM Articles WHERE ID = " + Replace(Recordset1__MM_ColParam, "'", "''") + "" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> Search the Database
back
ID<%=(Recordset1.Fields.Item("ID").Value)%>
Title <%=(Recordset1.Fields.Item("Title").Value)%>
Author <%=(Recordset1.Fields.Item("Author").Value)%>
Address <%=(Recordset1.Fields.Item("Address").Value)%>
WebSite <%=(Recordset1.Fields.Item("WebSite").Value)%>
Publication <%=(Recordset1.Fields.Item("Publication").Value)%>
Issue <%=(Recordset1.Fields.Item("Issue").Value)%>
Date <%=(Recordset1.Fields.Item("Dated").Value)%>
Pages <%=(Recordset1.Fields.Item("Pages").Value)%>
Keywords <%=(Recordset1.Fields.Item("Keywords").Value)%>
Abstract
<%=(Recordset1.Fields.Item("Abstract").Value)%>


Order a complete photocopy of the article:
" target="_blank"><%=(Recordset1.Fields.Item("Title").Value)%>

The RGCSA has an agreement with the AA, the publishers of the research Journal Correlation, to make articles contained in the journal available by request and on observation of copyright rules. If you wish to request full copies of any of the abstracted articles from Correlation contained on the RGCSA database you can do so by completing and returning, with payment, the articles request form. This form should be completed and downloaded so that you may sign the copyright declaration contained within it. When the AA has received this form, with your signature, together with payment, the article will then be despatched to you, normally within fourteen days of receiving your request. For copyright reasons you must sign the form and return it before a copy of the article can be released to you. UK copyright law currently insists on actual signatures so an electronically mailed signature is not acceptable. We look forward to receiving your requests and hope that you will enjoy this new service.

 

© 2009 Research Grants for the Critical Study of Astrology

 

 

<% Recordset1.Close() %>