when people say ‘modal’ or ‘modal window’ or ‘modal pop up’ what they mean is: a new element in the same window, that overlays the current view, and must be dealt with before returning to the underlying page.
There are exceptions, but generally speaking that’s what ‘a modal’ is in the context of web ui.