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
What is an example of an application service provider?
Explain about asp.net 2.0 themes?
What are the namespaces used in asp.net mvc? : asp.net mvc
What are the asp.net 2.0 features?
What is the difference between Classic ASP and ASP.Net?
What is difference between Lambda Expression and LINQ in ASP.NET?
What are the differences between application object and session object?
What are validator? Name the validation controls in asp.net?
What is http request and response?
Which authentication uses a combination of windows and iis authentication?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What does asp.net stand for?
What is the life-span of the items in the viewstate?
How do I upload a file from my ASP.NET page?
How can you use a custom controls in ASP.NET application?