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


Please Help Members By Posting Answers For Below Questions

How do you declare static variable? What is its lifetime?

511


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

505


Explain how can we access static variable?

549


Where would you use an ihttpmodule, and what are the limitations if any?

527


What is DataGrid wheater its a Server Control or something else ?

605






What is redirectpermanent in asp.net?

613


What is the difference between asp.net and mvc?

586


What is a windows service?

557


Explain the path instructions in xaml?

565


What is difference between singleton and single call?

648


What are the HTML server controls in ASP.NET?

573


What is owin authentication?

520


Is asp.net and .net the same?

516


What is strong-typing versus weak-typing?

585


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

492