stop(); getURL("index2.html", "whatWindow");
_self // specifies the current frame in the current window. _blank // specifies a new window. _parent // specifies the parent of the current frame. _top // specifies the top-level frame in the current window.
getURL("index2.html", "_blank");