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

Explain the difference between Repeater and Data list control in ASP.NET?

712


Explain how to prepare culture-specific formatting in .net.

618


What do you mean by authorization?

607


Define resource files.

657


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4947






What are themes and skins in 2.0, explain usage scenario?

613


How we can force all the validation controls to run?

622


Why we go for mvc instead of asp.net? : Asp.Net MVC

597


What is http pipeline in asp.net?

604


What language is asp.net written in?

630


Why cyclomatic complexity is important?

646


How can you ensure a permanent cookie?

647


What is cross page posting? How is it done?

626


What do you mean by caching in asp.net?

639


How to improve performance of web application asp.net mvc? : Asp.Net MVC

598