<%'@LANGUAGE="VBSCRIPT"%>
[an error occurred while processing this directive]
[an error occurred while processing this directive]
<%
set rsEditorLinks = Server.CreateObject("ADODB.Recordset")
rsEditorLinks.ActiveConnection = MM_connEditorLinks_STRING
rsEditorLinks.Source = "SELECT DocumentID, Status, Title, Sorting FROM Documents WHERE Status = 'Active' AND Title <> 'Home Page' ORDER BY Sorting ASC, Title ASC"
rsEditorLinks.CursorType = 0
rsEditorLinks.CursorLocation = 2
rsEditorLinks.LockType = 3
rsEditorLinks.Open()
rsEditorLinks_numRows = 0
%>
<%
Dim Repeat4__numRows
Repeat4__numRows = -1
Dim Repeat4__index
Repeat4__index = 0
rsEditorLinks_numRows = rsEditorLinks_numRows + Repeat4__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
%>
|
|
<% If VarMLSListing = "True" Then %>
<% End If %>
<% If VarEnableListing = "True" Then %>
<% End If %>
<% If VarShowEvents ="True" Then %>
<% End If %>
<% If VarShowBios ="True" Then %>
<% End If %>
<% If VarShowEditableLinks = "True" Then %>
<% If Not rsEditorLinks.EOF Or Not rsEditorLinks.BOF Then %>
<%
While ((Repeat4__numRows <> 0) AND (NOT rsEditorLinks.EOF))
%>
|
|
">"><%=(rsEditorLinks.Fields.Item("Title").Value)%> |
<%
Repeat4__index=Repeat4__index+1
Repeat4__numRows=Repeat4__numRows-1
rsEditorLinks.MoveNext()
Wend
%>
<% End If ' end Not rsEditorLinks.EOF Or NOT rsEditorLinks.BOF %>
<% End If %>
| |
Accredited
Buyers Representative |
Real
Estate Buyer's Agent Council |
|
| |
<%
rsEditorLinks.Close()
%>
|
|