Msgbox Function Problem
I' m trying to display a message using the msgbox function with the following code:
<%
Else
intReturn = MsgBox("#927; #922;#969;#948;#953;#954;#972;#962; #948;#949;#957; #945;#957;#964;#953;#963;#964;#959;#953;#967;#949; #943; #963;#949; #928;#961;#959;#970;#972;#957; #964;#951;#962; #913;#960;#959;#952;#942;#954;#951;#962;", vbOKonly)
End IF
%>
And the result i'm taking back is:
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'MsgBox'
/finesse/FindProduct.asp, line 352
What is wrong?
|