hi all,

i'm having some problems here, heres a line of my code that keeps causing the error.

<input type="Checkbox" name="ChkDelete" id="ChkDelete" onClick="Call SaveCheck()" value="<%=mintCompanyID%>">

the error msg is:
Runtime error
Line 131
Error: Expected ';'

and line 131 is actually the html above... i can't find any problem to this html, but i believe its the onClick part tat cause it. there is one thing i nid to ask
1) there is no nid to insert semi colon at the end of the code rite? since its in vbscripting.
2) will the script tag affects and cause this problem?
as i search through the forums some ppl say if u were to change the way u declare it would work fine. but i tried but it doesn't work.

fyi: this is how i declare my script tag
<SCRIPT language=VBScript>

thanks guys
cheers,
stupidz