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
Why is it preferred to not use finalize for clean up?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Which method do you use to enforce garbage collection in .net?
What is http request and response?
How to find out what version of asp.net I am using on my machine?
What is intrinsic objects in asp.net?
Define the term Web Garden?
How many types of triggers are there in update panel?
What are the difference between function and stored procedure in .net programming language?
Is asp.net easy to learn?
If you are using components in your application, how can you handle exceptions raised in a component?
What's the difference between viewstate and sessionstate?
What is special types forms
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is a uri query?