Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
open a new browser window with specified width and height
posted

How do I add a link/button to the web toolbar that can open a new browser window with specified width and height?

  • 3147
    posted

    Hi,

    you can set the target url to execute javascript function:

     

    <igtbar:TBarButton Text="Infragistics" TargetURL="javascript : window.open('http://ko.infragistics.com', 'infra','width=800,height=600')" />

     

    Hope that helps,

    Nick