Live Chat Icon For mobile
Live Chat Icon

How to open a new window without IE menus and toolbars on click of a button

Platform: ASP.NET| Category: Client Side Scripting

VB.NET


Button2 .Attributes.Add ('onclick', 'window.open(’webform1.aspx’,’_blank’,’toolbar=no’)')

C#


Button2 .Attributes.Add ('onclick', 'window.open(’webform1.aspx’,’_blank’,’toolbar=no’)');

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.