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