Sometimes users are mistakenly redirected? Process = ViewImages & PAGEID =. When this happens, they get the following error.
Microsoft VBScript '800a000d' Runtime Error
Type mismatch: '[string: ""]'
/FLPM/cp/images.cs.asp, line 91
I tried to fix it with the following codes, but still getting the same error.
PAGEID = Request.QueryString("PAGEID")
If PAGEID = "" or PAGEID = NULL or PAGEID = 0 Then
PAGEID = 1
End If
zurna source
share