How do I add a link/button to the web toolbar that can open a new browser window with specified width and height?
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