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

What is session state server?

631


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

547


What is asp short for?

576


How is my content secured from unauthorized access?

529


Is asp.net mvc still used? : Asp.Net MVC

522






List of words of preprocessor in .net?

528


What are validator? Name the validation controls in asp.net? How do you disable them?

560


Where would you use an ihttpmodule, and what are the limitations of any?

559


What is distributed system in asp.net?

553


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4258


What is the difference between a default skin and a named skin?

605


Define cookie.

578


What do you mean by serialize and marshalbyref?

581


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

658


Explain Authentication mechanism in dotnet

635