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 implement Authentication and Authorization?

0 Answers   QuestPond,


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

0 Answers  


Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,


Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom

4 Answers  


What is a 401 redirect?

0 Answers  






How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


Difference between response.redirect and server.transfer?

0 Answers  


how to send mail in asp.net

2 Answers  


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

0 Answers   HCL,


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


What is the parent class of all the web server control?

0 Answers  


Categories