Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Actually I would propose to leverage the most portable mechanism across devices (believe me they are quirky) using:
phoneui.phoneui.showURL(URL, targetWindow)
targetWindow values: _self, _blank or null
Examples:
phoneui.showURL('http://google.com') //opens google site in new window, this is changing in 2.0.2 to open in current window
phoneui.showURL('http://google.com', '_self'); // opens google site in current window
phoneui.showURL('http://google.com', '_blank'); //opens google site in new window