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
Explain the difference between Repeater and Data list control in ASP.NET?
Explain how to prepare culture-specific formatting in .net.
What do you mean by authorization?
Define resource files.
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What are themes and skins in 2.0, explain usage scenario?
How we can force all the validation controls to run?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is http pipeline in asp.net?
What language is asp.net written in?
Why cyclomatic complexity is important?
How can you ensure a permanent cookie?
What is cross page posting? How is it done?
What do you mean by caching in asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC