הורדתי קוד של Chat ולא עובד , עזרה בבקשה - תכנות - HWzone פורומים
עבור לתוכן
  • צור חשבון

הורדתי קוד של Chat ולא עובד , עזרה בבקשה


patrik

Recommended Posts

צירפתי את הקובץ שהורדתי , אני מריץ את הchat.asp

והתקלה:

Error Type:

Active Server Pages, ASP 0234 (0x80004005)

Server side include directives may not be present in script blocks. Please use the SRC= attribute of the <SCRIPT> tag.

/chat/global.asa, line 3

איך מתקנים?

תודה

[attachment deleted by admin]

קישור לתוכן
שתף באתרים אחרים

עדיין השגיאה:

Error Type:

Active Server Pages, ASP 0234 (0x80004005)

Server side include directives may not be present in script blocks. Please use the SRC= attribute of the <SCRIPT> tag.

/chat/config.inc, line 2

הינה הקוד של global.asa :

<script language="vbscript" runat="server" src="config.inc">

Sub Session_OnStart

Session.Timeout =1

End Sub

Sub Session_OnEnd

'**Put your code here **

response.redirect ("logout.asp")

End Sub

Sub Application_OnEnd

dim DB, rst

set DB= Connect (ChatMDB)

Set rst = Server.CreateObject ("ADODB.Recordset")

rst.Open "Select * FROM USERS", DB, adOpenStatic, adLockPessimistic

rst.movefirst

do until rst.EOF

rst.Delete

rst.Update

rst.MoveNext

loop

end if

rst.close

db.close

set db=nothing

set rst=nothing

End Sub

'EventName Description

'Session_OnStart Runs the first time a user runs any page in your application

'Session_OnEnd Runs when a user's session times out or quits your application

'Application_OnStart Runs once when the first page of your application is run for the first time by any user

'Application_OnEnd Runs once when the web server shuts down

</SCRIPT>

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...