Opening a new window:

Calling window.open() in Javascript

Element with onclick EventHandler:


target attribute on <a>

target="windowName" about:blank [ex.2]

target="_blank" about:blank [ex.3]

target="_self" about:blank [ex.4]

target="_top" about:blank [ex.5]