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?

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

Why is it preferred to not use finalize for clean up?

1032


Where can I get the details on migration of existing projects using various technologies to asp.net?

1156


Which method do you use to enforce garbage collection in .net?

1015


What is http request and response?

1065


How to find out what version of asp.net I am using on my machine?

1135


What is intrinsic objects in asp.net?

1289


Define the term Web Garden?

1004


How many types of triggers are there in update panel?

1066


What are the difference between function and stored procedure in .net programming language?

757


Is asp.net easy to learn?

1044


If you are using components in your application, how can you handle exceptions raised in a component?

2740


What's the difference between viewstate and sessionstate?

1125


What is special types forms

1067


How can we communicate with each server in N-tier Architecture? and what are the methods?

2292


What is a uri query?

1048