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

How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


Describe the difference between inline and code behind - which is best in a?

0 Answers  


What is postback pixel?

0 Answers  


Which method is used to force all the validation controls to run?

0 Answers  


How to use push notification?

0 Answers   MCN Solutions,


Should user input data validation occur server-side or client-side? Why?

3 Answers   NIC, Siebel Systems,


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.

4 Answers   ABC, Syntax Softtech, TCS,


Explain how do you validate the controls in an asp .net page?

0 Answers  


Which property is used to identify the Page is Post Back in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories