I hope other people get this error so i'm hoping someone will have an answer. this is my code.

VB Code:
  1. <%
  2.         dim msg
  3.         msg = msgbox("Are you sure you wish to delete this news?",vbokonly,"Delete News")
  4.        
  5.     %>

this is my error:


Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'msgbox'



Any suggestions?