Live Chat Icon For mobile
Live Chat Icon

How to open a browser window with maximum size on click of a button

Platform: ASP.NET| Category: Client Side Scripting

VB.NET


Button1.Attributes.Add('onclick', 'window.open(’page2.aspx’,’’,’fullscreen=yes’)')

C#


Button1.Attributes.Add('onclick', 'window.open(’page2.aspx’,’’,’fullscreen=yes’)');

Share with

Related FAQs

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

Please submit your question and answer.