开发者

How to display html window without addressbar and statusbar on the page

Can any body help me out how to display html page without addressba开发者_Go百科r and statusbar on the page.

Here is the code I have but still showing addressbar ans statusbar.

 window.open(link, "HelpTopics", "height=600,width=900,resizable=1,menubar=0,toolbar=0,location=0,directories=0,scrollbars=1,status=0");

Thanks for all help


Most modern browsers will not let you remove the statusbar and addressbar, due to security concerns.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜