class= " lineNumbers "
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
|
class=
class= " notpretty " ><%@LANGUAGE= " VBSCRIPT " %>< id= " codeSnippet724481 "
<% Response.Buffer = true
Response.ContentType = «текст/xml»
Функция ApplyXMLFormatting (strInput)
strInput = заменяет ть (strInput, «&», «& ")
strInput = заменяет ть (strInput, «'», «' ")
strInput = заменяет ть (strInput, """", «" ")
strInput = заменяет ть (strInput, «>», «> ")
strInput = заменяет ть (strInput, «<», «< ")
strInput = заменяет ть (strInput, «& amp; », «& ")
strInput = заменяет ть (strInput, «& #163; », «£ ")
strInput = заменяет ть (strInput, «& #160; », "")
strInput = заменяет ть (strInput, «секс», "")
strInput = заменяет ть (strInput, «p> », "")
strInput = заменяет ть (strInput, «< », "")
strInput = заменяет ть (strInput, «& nbsp; », "")
strInput = заменяет ть (strInput, «& #8230; », "")
strInput = заменяет ть (strInput, «p& gt; & лт; », "")
strInput = заменяет ть (strInput, « », "")
strInput = заменяет ть (strInput, «b& gt; », "")
strInput = заменяет ть (strInput, «бык», "")
ApplyXMLFormatting = strInput
Функция конца
%>
<%
Тусклые searchresults
Тусклое searchresults_cmd
Тусклые searchresults_numRows
Установите searchresults_cmd = Server.CreateObject («ADODB.Command»)
searchresults_cmd.ActiveConnection = MM_recruta2_STRING
searchresults_cmd.CommandText = «ОТБОРНОЕ A.JBAID, A.JBATitle, A.JBALocation, A.JBACategory, A.JBAPayRate, A.JBADescription, A.JBAEmplymentType, A.JBAFeaturedJob, НОВООБРАЩЕННЫЙ (ЧАРС (11), A.JBADatePosted, 106) КАК JBADatePosted, C.JBCLName, S.JBSURL, S.JBSURLShort, S.JBSRegion ОТ dbo.JBAdvert a внутреннего соединяют dbo.JBClient c на A.JBAClientID = C.JBCLID внутреннее соединяют dbo.JBSite s на A.JBASiteID = S.JBSSiteID ГДЕ <> 3 JBSSIteOwnerID И >= DATEADD JBADatePosted (d, - JBAPostFor, GETDATE ()) И <> «y» ЗАКАЗ JBAFeaturedJob JBSURL, JBAID DESC»
searchresults_cmd. Подготовлено = true
Установите searchresults = searchresults_cmd. Исполните
searchresults_numRows = 0
%>
<%
searchresults. Закройте ()
Установите searchresults = ничего
%>
|