window properties for new window while using target = new in jsp / anchor
I am launching a third party website on clicking an anchor, what I want is to open the new website in a new window on click开发者_Python百科 of an anchor (here using netui framework) and the new window should have disabled address bar and specific window size... is it possible to have anything like this ?
window.open()
is what you need. It offers some options with the third parameter. http://www.javascript-coder.com/window-popup/javascript-window-open.phtml
精彩评论