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

Where sessions are stored?

0 Answers  


How you will improve web application performance?

0 Answers   Wipro,


what is view state and its use

10 Answers   DELL, Efextra, HCL,


Can you nest updatepanel within each other?

0 Answers  


What are the authentication types in asp.net?

0 Answers  






Which is faster viewdata or viewbag?

0 Answers  


What is MSIL?

4 Answers  


Explain difference between dataset and recordset?

0 Answers  


How do we invoke queries from the application?

3 Answers   Microsoft,


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


Can you explain page lifecycle in net?

0 Answers  


What is view state management in asp net?

0 Answers  


Categories