|
home
|
video
|
citizen
journalist
|
exclusive |
irinjalakuda
2020 |
contact |
comments | irinjalakuda directory |
|
| |
|
Check Your Exam Results |
<%
dim obfs,obt,line
set obfs=Server.CreateObject("Scripting.FileSystemObject")
set obt=obfs.OpenTextFile(Server.Mappath("/") & "\" & "news.txt",1,False,0)
line=trim(obt.readLine)
While line =""
line=trim(obt.readLine)
While (Instr(line,"")=0)
line=line & trim(obt.readLine)
Wend
line=trim(Mid(line,Instr(line,"")+9,Instr(line,"")-10))
%>
|
|
<% =line%>
|
 |
|
<% Response.Write " "
%>

|
|
|
|
|