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
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 |
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 |
Why session is necessary in web application?
Define data caching?
What is mvc in asp.net tutorial? : Asp.Net MVC
Differentiate between client-side and server-side validations in web pages.
How do I upload a file from my ASP.NET page?
What are the differences between Trace and Debug?
How many rounds are there for a software programmer to clear interview in any IT industries(MNC).
Explain the different types of assemblies?
What is caching? What are the different types of caching?
What kind of programming language is ASP.NET?
What is the good practice to implement validations in aspx page?
What is the difference between response.redirect and server.transfer?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)