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
Why mvc is better than asp.net? : Asp.Net MVC
What is viewstate in asp net with example?
What is the difference between c# and .net?
What is role-based security in asp.net?
What is a pixel url?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain what is event bubbling?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Can I stream live content/events?
Why asp.net is better than php?
What is a windows service?
How dataadapter.fill works?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What are the different validators in asp.net?