<%@LANGUAGE="VBSCRIPT"%> [an error occurred while processing this directive] [an error occurred while processing this directive] <% Response.Expires=-1000 Response.CacheControl="no-cache" 'MagicBeat Server Behavior - 1019 - by Jag S. Sidhu - www.magicbeat.com %> <% Dim connrealestate__strUserID connrealestate__strUserID = "x" if (Request.Form("UserID") <> "") then connrealestate__strUserID = Request.Form("UserID") %> <% Dim connrealestate__strPassword connrealestate__strPassword = "1" if (Request.Form("Password") <> "") then connrealestate__strPassword = Request.Form("Password") %> <% set connrealestate = Server.CreateObject("ADODB.Recordset") connrealestate.ActiveConnection =MM_connrealtor_STRING connrealestate.Source = "SELECT * FROM users WHERE UserID = '" + Replace(connrealestate__strUserID, "'", "''") + "' AND Password = '" + Replace(connrealestate__strPassword, "'", "''") + "'" connrealestate.CursorType = 0 connrealestate.CursorLocation = 2 connrealestate.LockType = 3 connrealestate.Open() connrealestate_numRows = 0 %> <% If connrealestate__strUserID <> "x" Then If Not connrealestate.EOF Then Session("svUser")=connrealestate.Fields.Item("UserID").Value Session("svPass")=connrealestate.Fields.Item("Password").Value Session("svAccess")=connrealestate.Fields.Item("AccessGroup").Value Response.Redirect "admin_loginok.asp" else Response.Redirect "admin_loginfailed.asp" End If End If %> <%= VarPageTitle%> <%=VarMetaGenerator%> <%=VarMetaAudience%> <%=VarMetaAuthorname%> <%=VarMetaCopyright%> <%=VarMetaPageTopic%> <%=VarMetaPageType%> <%=VarMetaPublisher%> <%=VarMetaRobotos%> <%=VarMetaDescription%> <%=VarMetaKeywords%> <%=VarMetaRevisit%> <%=VarMetaHttp%>
<% If VarSingleHeader = "True" Then %>
<% End If %> <% If VarFlash = "True" Then %>
<% End If %>
<% If VarShowDate = "True" Then %> <%= DoDateTime( (DATE()) , 1, 1033) & "    " %> <%End If%>
<%'@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)) %> <% 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 %>
">"><%=(rsEditorLinks.Fields.Item("Title").Value)%>
Click for Atlanta, Georgia Forecast

Accredited Buyers Representative

Real Estate Buyer's Agent Council
 

<% rsEditorLinks.Close() %>

Web Site Administration 

Login:
Password:
<%= VarFooter%>
<% connrealestate.Close() %>