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 web router?
Contrast OOP and SOA. What are tenets of each ?
What is the difference between Hash table and Array list?
Which authentication uses a combination of windows and iis authentication?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Is it possible to migrate visual interdev design-time controls to asp.net?
What websites use asp.net?
explain code with multi inhertance
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain the difference between globalization and localization techniques
What is a Cookie? Where is it used in ASP.NET?
Why should i prefer JSP over asp.net or any other web development language..??
Describe the master page.
How to send a DataReader as a parameter to a remote client ?
How to retrieve user name in case of Window Authentication?