; HTML.JScript Checking code
; Slayer - a desktop anti-virus for RISC OS
; Copyright (C) 1996 - 2000 Kiwi Software (UK)
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
;
; info@kiwisoft.co.uk
; -------------------------------------------------------------------------


; created by Rob (26/12/98)

;look for the '<html> <!--1nternal-->' etc text in rem at top of code

.htmljava_text		dcb	60,"html",62," ",60,"!--1nternal--",62,13,10
			dcb	60,"head",62,13,10
			dcb	60,"meta name=",34,"Author",34," content=",34
			dcb	"1nternal",34,62,13,10
			dcb	60,"/head",62,13,10
			dcb	60,"BODY OnLoad=",34,"ReadySteady();",34,62
			align

			funcName "HTML.JScript_check"

.htmljava_check		adr	r1,bufferTopOfFile_0
 			adr	r2,htmljava_text

			strcmpw	112

 			mov	r0,#htmljava
 			ldmfd	r13!,{pc}	;found virus: unstack and
 						;return to caller



