% id = request("id") sid = request("sid") function getBoolean( value ) getBoolean = "false" if ( value ) then getBoolean = "true" end function if not isNumeric(id) then response.write("
") response.write("Project id is missing") else if isNumeric(id) then set Obj = folders.ProjectByIID(id) SComplete = Obj.SearchResultComplete(sid) if SComplete < 101 then response.write("") response.write("Search complete: " & SComplete & "%") else response.write("