Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a master page and what does it do?

0 Answers  


What is sql data source control in asp.net?

0 Answers  


Difference between mvc2 and mvc3 in asp.net?

4 Answers   Wipro,


Can viewstate be accessed in another page?

0 Answers  


what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,


What is enableviewstate?

0 Answers  


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


Difference between .NET components and COM components?

2 Answers   Microsoft,


What is the purpose of using MVC programming pattern in ASP.NET?

0 Answers   PUCIT,


What is the difference between GridView and Repeater controls in ASP.NET?

0 Answers  


How do we make a poperty read only?

1 Answers   Microsoft,


How can you send an email message from an asp.net web page?

0 Answers  


Categories