navigate by script window open code example
Example 1: javascript open new window with html content
var newWin = open('url','windowName','height=300,width=300');
newWin.document.write('html to write...');
Example 2: window open method for browser detection
browser detection and version dectaction in js