<%@LANGUAGE="VBSCRIPT"%> <% set issue = Server.CreateObject("ADODB.Recordset") issue.ActiveConnection = MM_Scenario_STRING issue.Source = "SELECT * FROM issue ORDER BY IssueID desc" issue.CursorType = 0 issue.CursorLocation = 2 issue.LockType = 3 issue.Open() issue_numRows = 0 %> <% Dim HLooper1__numRows HLooper1__numRows = -3 Dim HLooper1__index HLooper1__index = 0 issue_numRows = issue_numRows + HLooper1__numRows %> <% ' *** 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 %> 社情


《社情》中文季刊雜誌旨在促進界內的資訊及經驗交流,以及讓其他界別認識社會福利界的工作及發展。

E-Mail
電子郵址:
newsletter@hkcss.org.hk
Tel. No.
查詢電話:
(852)2864-2982
Fax No.
傳真號碼:
(852)2864-2991
Address
聯絡地址:

13/F, Duke of Windsor Social Service Building,
15 Hennessy Road,
Hong Kong

香港灣仔軒尼詩道15號
溫莎公爵社會服務大廈十三樓

 


重要告示
© 香港社會服務聯會 版權所有

香港社會服務聯會主頁 <% issue.Close() Set issue = Nothing %>