Hi All, I have an problem with Ice:outputLink. [b]My intention is to after clicking on [u]view resume[/u] need to open a browser without menubar and url field. [/b] I am using outputlink as following in my jspx page [b]resume.jspx[/b] [code] [/code] [b]resumeBean.java[/b] [code] public void viewResume(){ JavascriptContext.addJavascriptCall(FacesContext.getCurrentInstance(),"window.open(\"Ravi \",\"Gonella");"); } [/code] Please help ...