Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept?

Answer Posted / vaibhav telange

Yes,It possible to disable the minimize icon of a popup
window using following javascript....

window.open(url,
name,
'width=' + w + ', height=' + h + ', ' +
'left=' + wleft + ', top=' + wtop + ', ' +
' +
'minimize=no');

Is This Answer Correct ?    1 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why mvc is better than asp.net? : Asp.Net MVC

655


What is viewstate in asp net with example?

719


What is the difference between c# and .net?

758


What is role-based security in asp.net?

713


What is a pixel url?

697


Which property is used to identify the Page is Post Back in ASP.NET?

755


Explain what is event bubbling?

772


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

733


What is viewstate? In which event of the page life cycle, is the viewstate available?

791


Can I stream live content/events?

776


Why asp.net is better than php?

681


What is a windows service?

764


How dataadapter.fill works?

741


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2251


What are the different validators in asp.net?

749