<%
Str = "abcd
efghigk1234567890; djd title>" 'response.write server.htmlencode (str) & "
" Function Chkstrsh (Str, StrLeft, strright)
Str = Right (STR, LEN (STR) - INSTRREV (STR, STRLEFT) -LEN (STRLEFT) 1) 'Response.write Server.htmlencode (STR) & INSTR (STR, STRIGHT) & "
" Str = Left (Str, Instr (Str, strright) -1) 'response.write server.htmlencode (str) & "
" Chkstrsh = STR
End function'Response.write server.htmlencode (Chkstrsh (Str, "
", " title>")) Response.write Chkstrsh (Str, "", " title>")
%>
The first article, test!