Hi,
I'm just getting into classic asp as thats what our site is currently written in. I'm familiar with vb6 winforms and am trying to put the following code into the page: -
if request.form("DeleteCard")
<> "" then
dim DeletionReason, strResp
DeletionReason = inputbox("Enter Reason for deletion","Deletion Reason")
action="1"
end if
but it comes up : -
Permission denied 'inputbox'
What am I doing wrong please?
Best regards
Lee
Start Free Trial