在新窗口中打开静态html

时间:2014-09-18 18:17:24

标签: javascript html struts

我有一个struts应用程序。我想使用window.open()在新窗口中打开一个静态html页面。我试过跟随,但它不起作用。

<input type="button" id="" value="Edit" 
        onclick="window.open('primaryLicense.html','Select License Status',
                             'height=400,width=400');" />

请帮忙

1 个答案:

答案 0 :(得分:0)

您可以使用

window.open(url,'_blank');
window.open(url);