Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept?

Answers were Sorted based on User's Feedback



Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe..

Answer / spice

function showWin()
{

var newlookup = window.showModalDialog("http://www.yahoo.com",
"", "","status=0;help=0;dialogHeight=" + 400 + ";dialogWidth=" +600 )


}

Is This Answer Correct ?    1 Yes 3 No

Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe..

Answer / vinu

not possible

Is This Answer Correct ?    3 Yes 7 No

Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe..

Answer / 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

More ASP.NET Interview Questions

In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What are the asp.net server side objects?

0 Answers  


Authentication and Authorization

2 Answers   Syntel,


Explain what does mvc represent in asp.net? : asp.net mvc

0 Answers  


What is the state management in asp.net?

0 Answers  






How many types of sessions are there in asp net?

0 Answers  


Explain MVC model binders?

0 Answers   B-Ways TecnoSoft,


Types of exceptions in dot net???

1 Answers   TCS,


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

0 Answers  


what are the application layers for a distribute application?

0 Answers   Mind Tree,


What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


How does SQL Server session state works

1 Answers   Emphasis,


Categories