Hey gang,
I am trying to pop up a message box using the following code;
varDelete = MsgBox ("Are you sure you want to delete " & request.querystring("company" & "?",52,"Record Delete Warning"
and I get a server error;
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'MsgBox'
What on earth is wrong????? and why?
BTW, the same thing happens if I strip it back to a bare minimum msgbox without the variable.
Always amazes me how I can solve seemingly complex stuff, but these little things drive me crazy ) Steve Davis
hey.you@hahaha.com.au
I am trying to pop up a message box using the following code;
varDelete = MsgBox ("Are you sure you want to delete " & request.querystring("company" & "?",52,"Record Delete Warning"
and I get a server error;
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'MsgBox'
What on earth is wrong????? and why?
BTW, the same thing happens if I strip it back to a bare minimum msgbox without the variable.
Always amazes me how I can solve seemingly complex stuff, but these little things drive me crazy ) Steve Davis
hey.you@hahaha.com.au